Changeset 2034 for branches/c08_branch/source/hydro_recom.cpp
- Timestamp:
- 05/10/08 09:03:02 (6 months ago)
- Files:
-
- 1 modified
-
branches/c08_branch/source/hydro_recom.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/c08_branch/source/hydro_recom.cpp
r1732 r2034 15 15 #include "opacity.h" 16 16 #include "atmdat.h" 17 18 /*lint -e662 creation of out of bound pointer */19 /*lint -e661 creation of out of bound pointer */20 17 21 18 static double RecomInt(double EE); … … 121 118 return x1; 122 119 } 123 124 125 /*lint +e662 creation of out of bound pointer */126 /*lint +e661 creation of out of bound pointer */
