Changeset 2034 for branches/c08_branch/source/hydrolevel.cpp
- Timestamp:
- 05/10/08 09:03:02 (4 months ago)
- Files:
-
- 1 modified
-
branches/c08_branch/source/hydrolevel.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/c08_branch/source/hydrolevel.cpp
r1732 r2034 13 13 #include "ionbal.h" 14 14 #include "hydrogenic.h" 15 /*lint -e661 Possible access of out-of-bounds pointer*/16 /*lint -e662 Possible access of out-of-bounds pointer*/17 15 18 16 /*PrtHydroTrace1a print trace info for hydrogen-like species */ … … 392 390 return; 393 391 } 394 /*lint +e661 Possible access of out-of-bounds pointer*/395 /*lint +e662 Possible access of out-of-bounds pointer*/
