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

changes to comments

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • 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                {