Show
Ignore:
Timestamp:
05/10/08 09:03:02 (6 months ago)
Author:
peter
Message:

Merging all changes from mainline upto r2033, except r1902.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/c08_branch/source/helike_recom.cpp

    r1732 r2034  
    2626#include "opacity.h" 
    2727#include "atmdat.h" 
    28  
    29 /*lint -e662 creation of  out of bound pointer */ 
    30 /*lint -e661 creation of  out of bound pointer */ 
    3128 
    3229/* The three of these are used in the computation of Recomb_Seaton59    */ 
     
    21112108        double lambda = TE1RYD * nelem * nelem / temp; 
    21122109        /* 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.    */ 
    21142111        double x = lambda / n / n; 
    21152112        double AlphaN; 
     
    21962193        return Integrand; 
    21972194} 
    2198  
    2199 /*lint +e662 creation of  out of bound pointer */ 
    2200 /*lint +e661 creation of  out of bound pointer */