Changeset 2139 for branches/newmole/source/cont_createpointers.cpp
- Timestamp:
- 06/29/08 09:04:54 (6 months ago)
- Files:
-
- 1 modified
-
branches/newmole/source/cont_createpointers.cpp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/newmole/source/cont_createpointers.cpp
r1942 r2139 632 632 for( ipISO=ipH_LIKE; ipISO<NISO; ++ipISO ) 633 633 { 634 /* do remaining part of the he iso sequence*/634 /* do remaining part of the iso sequences */ 635 635 for( nelem=2; nelem < LIMELM; nelem++ ) 636 636 { … … 639 639 /* generate label for this ion */ 640 640 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 */ 644 642 iso.ipIsoLevNIonCon[ipISO][nelem][0] = 645 643 ipContEnergy(iso.xIsoLevNIonRyd[ipISO][nelem][0],chLab); … … 647 645 for( ipHi=1; ipHi < iso.numLevels_max[ipISO][nelem]; ipHi++ ) 648 646 { 649 /* array index for continuum edges for levels in He-like ions*/647 /* array index for continuum edges */ 650 648 iso.ipIsoLevNIonCon[ipISO][nelem][ipHi] = ipContEnergy(iso.xIsoLevNIonRyd[ipISO][nelem][ipHi],chLab); 651 649 652 /* define all he-likeline pointers */650 /* define all line pointers */ 653 651 for( ipLo=0; ipLo < ipHi; ipLo++ ) 654 652 {
