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.cc

    r1798 r2041  
    33//                               Christophe Magneville
    44//                               Reza Ansari
    5 // $Id: fitstoiwtr.cc,v 1.20 2001-11-27 22:05:41 aubourg Exp $
     5// $Id: fitstoiwtr.cc,v 1.21 2002-06-03 14:23:39 ansari Exp $
    66
    77#include "fitstoiwtr.h"
     
    2525  fits_unlock();
    2626  name = "wtr";
    27 
     27  setLongFlagPrefix();
    2828  totnscount = 0;
    2929}
     
    9292    if (p.second) {
    9393      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];
    9596      colnames[ck] = const_cast<char*>(coln[ck].c_str()); 
    9697      cout << " Column[" << ck << "] -Flag- Name=" << coln[ck] << endl;
Note: See TracChangeset for help on using the changeset viewer.