Changeset 2034 for branches/c08_branch/source/helike_recom.cpp
- Timestamp:
- 05/10/08 09:03:02 (6 months ago)
- Files:
-
- 1 modified
-
branches/c08_branch/source/helike_recom.cpp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/c08_branch/source/helike_recom.cpp
r1732 r2034 26 26 #include "opacity.h" 27 27 #include "atmdat.h" 28 29 /*lint -e662 creation of out of bound pointer */30 /*lint -e661 creation of out of bound pointer */31 28 32 29 /* The three of these are used in the computation of Recomb_Seaton59 */ … … 2111 2108 double lambda = TE1RYD * nelem * nelem / temp; 2112 2109 /* smallest x ever used here should be lowest Z, highest T, highest n... 2113 * using helium, logt = 10., and n = 100 , we get xmin = 1.5789E-9. */2110 * using helium, logt = 10., and n = 1000, we get xmin = 1.5789E-11. */ 2114 2111 double x = lambda / n / n; 2115 2112 double AlphaN; … … 2196 2193 return Integrand; 2197 2194 } 2198 2199 /*lint +e662 creation of out of bound pointer */2200 /*lint +e661 creation of out of bound pointer */
