Changeset 2034 for branches/c08_branch/source/ion_recomb.cpp
- Timestamp:
- 05/10/08 09:03:02 (6 months ago)
- Files:
-
- 1 modified
-
branches/c08_branch/source/ion_recomb.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/c08_branch/source/ion_recomb.cpp
r1732 r2034 1 1 /* This file is part of Cloudy and is copyright (C)1978-2008 by Gary J. Ferland and 2 2 * others. For conditions of distribution and use see copyright notice in license.txt */ 3 /*lint -e817 PCLint generates tons of bogus nelem < 0 warnings*/4 3 /*ion_recomb generate recombination coefficients for any species */ 5 4 /*ion_recombAGN generate recombination coefficients for AGN table */ … … 610 609 return; 611 610 } 612 /*lint +e817 pclint generates tons of bogus nelem < 0 warnings*/
