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

Merging all changes from mainline upto r2033, except r1902.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/c08_branch/source/atmdat.h

    r1822 r2034  
    202202         * with "no collisional ionization" command */ 
    203203        bool lgCollIonOn; 
     204 
     205        /** wavelengths of Hummer & Storey case B lines for H - O */ 
     206        realnum WaveLengthCaseB[8][25][24]; 
     207 
     208        /** wavelengths for HeI case b */ 
     209        realnum *CaseBWlHeI; 
     210        /** number of HeI case b lines included */ 
     211        long int nCaseBHeI; 
    204212 
    205213        }       atmdat;