Changeset 2034 for branches/c08_branch/source/heat_sum.cpp
- Timestamp:
- 05/10/08 09:03:02 (4 months ago)
- Files:
-
- 1 modified
-
branches/c08_branch/source/heat_sum.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/c08_branch/source/heat_sum.cpp
r1822 r2034 24 24 /* this is the faintest relative heating we will print */ 25 25 static const double FAINT_HEAT = 0.02; 26 /*lint -e661 possible creation of out of bounds pointer */27 /*lint -e662 possible creation of out of bounds pointer */28 /*lint -e771 out of bounds pointer */29 26 30 27 static const bool PRT_DERIV = false; … … 901 898 return; 902 899 } 903 /*lint +e661 possible creation of out of bounds pointer */904 /*lint +e662 possible creation of out of bounds pointer */905 /*lint +e771 out of bounds pointer */
