Show
Ignore:
Timestamp:
06/29/08 09:04:54 (6 months ago)
Author:
rjrw
Message:

Merged from trunk r2124:2137

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/newmole/source/cont_createpointers.cpp

    r1942 r2139  
    632632        for( ipISO=ipH_LIKE; ipISO<NISO; ++ipISO ) 
    633633        { 
    634                 /* do remaining part of the he iso sequence */ 
     634                /* do remaining part of the iso sequences */ 
    635635                for( nelem=2; nelem < LIMELM; nelem++ ) 
    636636                { 
     
    639639                                /* generate label for this ion */ 
    640640                                sprintf( chLab, "%2s%2ld",elementnames.chElementSym[nelem], nelem+1-ipISO ); 
    641                                 /* Lya itself is the only transition below n=3 - we explicitly do not 
    642                                  * want to generate pointers for 2s-1s or 2p-2s */ 
    643                                 /* array index for continuum edges for levels in He-like ions  */ 
     641                                /* array index for continuum edges */ 
    644642                                iso.ipIsoLevNIonCon[ipISO][nelem][0] =  
    645643                                        ipContEnergy(iso.xIsoLevNIonRyd[ipISO][nelem][0],chLab); 
     
    647645                                for( ipHi=1; ipHi < iso.numLevels_max[ipISO][nelem]; ipHi++ ) 
    648646                                { 
    649                                         /* array index for continuum edges for levels in He-like ions  */ 
     647                                        /* array index for continuum edges */ 
    650648                                        iso.ipIsoLevNIonCon[ipISO][nelem][ipHi] = ipContEnergy(iso.xIsoLevNIonRyd[ipISO][nelem][ipHi],chLab); 
    651649 
    652                                         /* define all he-like line pointers */ 
     650                                        /* define all line pointers */ 
    653651                                        for( ipLo=0; ipLo < ipHi; ipLo++ ) 
    654652                                        {