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/iter_startend.cpp

    r1789 r2034  
    565565 
    566566        /* there are three types of calls to lines()  
    567          * this is first call with ipass = -1, only counted number 
    568          * of lines and malloced space.  Below is second call and will do 
    569          * one-time creation of line labels */ 
     567         * ipass = -1, first call, only count number off lines 
     568         * ipass =  0, second pass, save labels and wavelengths 
     569         * ipass =  1, integrate intensity*/ 
    570570        LineSave.ipass = -1; 
    571571        lines();