Changeset 2034 for branches/c08_branch/source/iter_startend.cpp
- Timestamp:
- 05/10/08 09:03:02 (4 months ago)
- Files:
-
- 1 modified
-
branches/c08_branch/source/iter_startend.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/c08_branch/source/iter_startend.cpp
r1789 r2034 565 565 566 566 /* there are three types of calls to lines() 567 * this is first call with ipass = -1, only counted number568 * of lines and malloced space. Below is second call and will do569 * 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*/ 570 570 LineSave.ipass = -1; 571 571 lines();
