Changeset 2034 for branches/c08_branch/source/ion_oxyge.cpp
- Timestamp:
- 05/10/08 09:03:02 (6 months ago)
- Files:
-
- 1 modified
-
branches/c08_branch/source/ion_oxyge.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/c08_branch/source/ion_oxyge.cpp
r1732 r2034 66 66 67 67 /* get recombination coefficients */ 68 /*lint -e740 unusual pointer cast */69 68 /*lint -e64 type mismatch */ 70 69 ion_recomb(false,(const double*)dicoef,(const double*)dite,ditcrt,aa,bb,cc,dd,ff,ipOXYGEN); … … 234 233 return; 235 234 } 236 /*lint +e740 unusual pointer cast */
