Changeset 2064 in Sophya for trunk/ArchTOIPipe/Kernel/fitstoirdr.cc
- Timestamp:
- Jun 18, 2002, 8:51:06 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ArchTOIPipe/Kernel/fitstoirdr.cc
r2063 r2064 3 3 // Christophe Magneville 4 4 // Reza Ansari 5 // $Id: fitstoirdr.cc,v 1.3 3 2002-06-18 18:43:50ansari Exp $5 // $Id: fitstoirdr.cc,v 1.34 2002-06-18 18:51:06 ansari Exp $ 6 6 7 7 #include "fitstoirdr.h" … … 303 303 if(!checkOutputTOIIndex(k)) continue; 304 304 colval[k] = new double[Buff_Sz]; 305 if(colsinput[k].second) colflg[k] = new long[Buff_Sz]; 305 // modif || sepFlagfile pour fichier de flag separe (Reza 18/6/2002) 306 if((colsinput[k].second) || sepFlagfile) colflg[k] = new long[Buff_Sz]; 306 307 } 307 308 uint_8 * tmpflg = new uint_8[Buff_Sz];
Note:
See TracChangeset
for help on using the changeset viewer.