Changeset 2034 for branches/c08_branch/source/atmdat.h
- Timestamp:
- 05/10/08 09:03:02 (2 months ago)
- Files:
-
- branches/c08_branch/source/atmdat.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/c08_branch/source/atmdat.h
r1822 r2034 202 202 * with "no collisional ionization" command */ 203 203 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; 204 212 205 213 } atmdat;
