Changeset 2064 in Sophya for trunk/ArchTOIPipe


Ignore:
Timestamp:
Jun 18, 2002, 8:51:06 PM (23 years ago)
Author:
ansari
Message:

Debug de setSepFlagFile (2) - Reza 18/6/2002

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ArchTOIPipe/Kernel/fitstoirdr.cc

    r2063 r2064  
    33//                               Christophe Magneville
    44//                               Reza Ansari
    5 // $Id: fitstoirdr.cc,v 1.33 2002-06-18 18:43:50 ansari Exp $
     5// $Id: fitstoirdr.cc,v 1.34 2002-06-18 18:51:06 ansari Exp $
    66
    77#include "fitstoirdr.h"
     
    303303   if(!checkOutputTOIIndex(k)) continue;
    304304   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];
    306307 }
    307308 uint_8 * tmpflg = new uint_8[Buff_Sz];
Note: See TracChangeset for help on using the changeset viewer.