Changeset 2034 for branches/c08_branch/source/lines.h
- Timestamp:
- 05/10/08 09:03:02 (4 months ago)
- Files:
-
- 1 modified
-
branches/c08_branch/source/lines.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/c08_branch/source/lines.h
r1732 r2034 66 66 long int nComment; 67 67 68 /** variable to tell lines whether this is the first initialization 69 * pass or whether we are in the middle of a model 70 * ipass=0 on initialization call, =1 on all others */ 68 /** there are three types of calls to lines() 69 * ipass = -1, first call, only count number off lines 70 * ipass = 0, second pass, save labels and wavelengths 71 * ipass = 1, integrate intensity*/ 71 72 long int ipass; 72 73
