Changeset 2099

Show
Ignore:
Timestamp:
06/05/08 04:15:13 (6 months ago)
Author:
gary
Message:

changes to comments

Location:
trunk/source
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/source/atmdat_adfa.cpp

    r1815 r2099  
    236236        ASSERT( !lgErr ); 
    237237 
     238        /*refer HI      cs      Anderson, H., Ballance, C.P., Badnell, N.R.,  
     239         *refercon      & Summers, H.P  2000, J Phys B, 33, 1255 */ 
    238240        const static char chFile8[] = "h_coll_str.dat"; 
    239241 
  • trunk/source/iso_level.cpp

    r2095 r2099  
    9090 
    9191        /* these two collision rates must be the same or we are in big trouble, 
    92          * since used interchangably */ 
     92         * since used interchangeably */ 
    9393        ASSERT( ionbal.CollIonRate_Ground[nelem][nelem-ipISO][0]< SMALLFLOAT || 
    9494                fabs( iso.ColIoniz[ipISO][nelem][0]* collider / 
     
    381381                                dense.xIonDense[nelem][nelem-ipISO-1];   
    382382 
    383                         /* now add recombination to next lower stage */ 
     383                        /* now add recombination to next lower stage ground */ 
    384384                        sink += ionbal.RateRecomTot[nelem][nelem-ipISO-1]; 
    385385                } 
    386386                 
    387387                creation[0] += source/SDIV(dense.xIonDense[nelem][nelem+1-ipISO]); 
     388 
    388389                for( level=0; level < numlevels_local; level++ ) 
    389390                {