Changeset 2034 for branches/c08_branch/source/ion_nitro.cpp
- Timestamp:
- 05/10/08 09:03:02 (6 months ago)
- Files:
-
- 1 modified
-
branches/c08_branch/source/ion_nitro.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/c08_branch/source/ion_nitro.cpp
r1732 r2034 50 50 51 51 /* get recombination coefficients */ 52 /*lint -e740 unusual pointer casts */53 52 /*lint -e64 type mismatch */ 54 53 ion_recomb(false,(const double*)dicoef,(const double*)dite,ditcrt,aa,bb,cc,dd,ff,ipNITROGEN); 55 /*lint +e740 unusual pointer casts */56 54 /*lint +e64 type mismatch */ 57 55
