Changeset 1629 in Sophya for trunk/ArchTOIPipe/Kernel/fitstoiwtr.cc
- Timestamp:
- Aug 8, 2001, 12:01:41 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ArchTOIPipe/Kernel/fitstoiwtr.cc
r1532 r1629 18 18 fits_unlock(); 19 19 name = "wtr"; 20 21 totnscount = 0; 20 22 } 21 23 … … 148 150 // if ((sn%2000 == 0) || (sn<snb+5)) 149 151 // cout << " DBG-C-FitsWriter::run()" << sn << " line=" << fitsLine << endl; 150 fitsLine++; 152 fitsLine++; totnscount++; 151 153 } catch (PException e) { 152 154 cout << "fitstoiwtr exception " << e.Msg() << endl;
Note:
See TracChangeset
for help on using the changeset viewer.