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

    r2011 r2041  
    33//                               Christophe Magneville
    44//                               Reza Ansari
    5 // $Id: fitstoirdr.cc,v 1.28 2002-05-16 14:39:08 ansari Exp $
     5// $Id: fitstoirdr.cc,v 1.29 2002-06-03 14:23:39 ansari Exp $
    66
    77#include "fitstoirdr.h"
     
    107107    fits_get_colname(fptr, CASESEN, templt, colname, &colnum, &fstatus);
    108108    cout << "FITSTOIReader col " << colname << endl;
    109     if (!strncmp(colname, "fg_", 3)) {
     109    // On verifie si c'est une colonne de flag
     110    if (!strncmp(colname, "fg_", 3) || !strncmp(colname, "FLAG_", 5) ) {
    110111      colsinput[itoi].second=true;
    111112    } else {
Note: See TracChangeset for help on using the changeset viewer.