Ignore:
Timestamp:
Jun 3, 2002, 4:23:39 PM (23 years ago)
Author:
ansari
Message:

Modifs fg_ --> FLAG_ ds FITSTOIReader et Writer , Reza 03/06/2002

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ArchTOIPipe/Kernel/fitstoiwtr.h

    r1785 r2041  
    55//                               Christophe Magneville
    66//                               Reza Ansari
    7 // $Id: fitstoiwtr.h,v 1.11 2001-11-22 16:54:54 cecile Exp $
     7// $Id: fitstoiwtr.h,v 1.12 2002-06-03 14:23:39 ansari Exp $
    88
    99
     
    3131
    3232  virtual void  run();
    33  
     33
     34  inline void   setLongFlagPrefix(bool fg = true) { longfgprefix = fg; }
    3435  inline int_8  ProcessedSampleCount() const { return totnscount; }
    3536 
     
    4546
    4647  int_8 totnscount;   // Nombre total d'echantillon processe
     48  bool longfgprefix;  // if true ---> FLAG_ / sinon fg_
    4749};
    4850
Note: See TracChangeset for help on using the changeset viewer.