Changeset 2034 for branches/c08_branch/source/ion_carbo.cpp
- Timestamp:
- 05/10/08 09:03:02 (2 months ago)
- Files:
-
- branches/c08_branch/source/ion_carbo.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/c08_branch/source/ion_carbo.cpp
r1732 r2034 78 78 79 79 /* get recombination coefficients */ 80 /*lint -e740 unusual pointer cast */81 80 /*lint -e64 double = pointer */ 82 81 ion_recomb(false,(const double*)dicoef,(const double*)dite,ditcrt,aa,bb,cc,dd,ff,ipCARBON); … … 147 146 } 148 147 return; 149 /*lint +e740 unusual pointer cast */150 148 }
