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

Merging all changes from mainline upto r2033, except r1902.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/c08_branch/source/lines.h

    r1732 r2034  
    6666        long int nComment; 
    6767 
    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*/ 
    7172        long int ipass; 
    7273