Changeset 2034 for branches/c08_branch/source/grains_qheat.cpp
- Timestamp:
- 05/10/08 09:03:02 (2 months ago)
- Files:
-
- branches/c08_branch/source/grains_qheat.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/c08_branch/source/grains_qheat.cpp
r1812 r2034 14 14 #include "grainvar.h" 15 15 #include "grains.h" 16 /*lint -e817 Conceivably negative subscript*/17 /*lint -e661 possible access of out-of-bounds pointer */18 16 19 17 #define NO_ATOMS(ND) (gv.bin[ND]->AvVol*gv.bin[ND]->dustp[0]/ATOMIC_MASS_UNIT/gv.bin[ND]->atomWeight) … … 2578 2576 return (double)n*res; 2579 2577 } 2580 /*lint +e817 Conceivably negative subscript*/2581 /*lint +e661 possible access of out-of-bounds pointer */
