Changeset 2041 in Sophya for trunk/ArchTOIPipe/Kernel/fitstoiwtr.cc
- Timestamp:
- Jun 3, 2002, 4:23:39 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ArchTOIPipe/Kernel/fitstoiwtr.cc
r1798 r2041 3 3 // Christophe Magneville 4 4 // Reza Ansari 5 // $Id: fitstoiwtr.cc,v 1.2 0 2001-11-27 22:05:41 aubourgExp $5 // $Id: fitstoiwtr.cc,v 1.21 2002-06-03 14:23:39 ansari Exp $ 6 6 7 7 #include "fitstoiwtr.h" … … 25 25 fits_unlock(); 26 26 name = "wtr"; 27 27 setLongFlagPrefix(); 28 28 totnscount = 0; 29 29 } … … 92 92 if (p.second) { 93 93 ck++; 94 coln[ck] = "fg_" + coln[ck-1]; 94 if (longfgprefix) coln[ck] = "FLAG_" + coln[ck-1]; 95 else coln[ck] = "fg_" + coln[ck-1]; 95 96 colnames[ck] = const_cast<char*>(coln[ck].c_str()); 96 97 cout << " Column[" << ck << "] -Flag- Name=" << coln[ck] << endl;
Note:
See TracChangeset
for help on using the changeset viewer.