Changeset 2034 for branches/c08_branch/source/mole_h2_io.cpp
- Timestamp:
- 05/10/08 09:03:02 (2 months ago)
- Files:
-
- branches/c08_branch/source/mole_h2_io.cpp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/c08_branch/source/mole_h2_io.cpp
r1885 r2034 39 39 #include "cddrive.h" 40 40 #include "mole.h" 41 /*lint -e662 possible access of out-of-bounds pointer */42 41 43 42 /* this will say whether ortho or para, … … 2218 2217 H2Lines[1][1][1][0][iVib][iRot].Emis->pump, 2219 2218 H2Lines[1][1][1][0][iVib][iRot].Emis->TauIn, 2220 H2Lines[1][1][1][0][iVib][iRot].Emis->TauCon); ;2219 H2Lines[1][1][1][0][iVib][iRot].Emis->TauCon); 2221 2220 } 2222 2221 return; … … 2298 2297 return 1; 2299 2298 } 2300 2301 /*lint +e662 possible access of out-of-bounds pointer */
