Changeset 2069 in Sophya for trunk/ArchTOIPipe


Ignore:
Timestamp:
Jun 18, 2002, 10:15:08 PM (23 years ago)
Author:
ansari
Message:

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

File:
1 edited

Legend:

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

    r2068 r2069  
    33//                               Christophe Magneville
    44//                               Reza Ansari
    5 // $Id: fitstoirdr.cc,v 1.38 2002-06-18 20:03:05 ansari Exp $
     5// $Id: fitstoirdr.cc,v 1.39 2002-06-18 20:15:08 ansari Exp $
    66
    77#include "fitstoirdr.h"
     
    9696  // Ouverture fichier de flag separe  de LevelS (Reza 18/6/2002)
    9797  if (sepFlagfile) {
    98     cout << " DBG - Opening separate flag file " << sepFlagFileName
     98    cout << " FITSTOIReader::openFile() - Opening separate flag file " << sepFlagFileName
    9999         << " NColFlags= " << sepFlagCols.size() << endl;
    100100    fits_open_file(&fptrflg,sepFlagFileName.c_str(),READONLY,&fstatus);
     
    321321 long nonzeroflg = 0;
    322322 long nbckflg = 0;
     323 long nonzeroflg2 = 0;
    323324 // Fin modif pour fichier de flags separe (18/6/2002)
    324325 
     
    393394           }
    394395         }
     396         for(sjj=0; sjj<n; sjj++) if (colflg[k][sjj] != 0) nonzeroflg2++;
     397
    395398       } 
    396399       else if(colflg[k]!=NULL)         
     
    435438
    436439 cout << "reader (buffered) done reading... " << pthread_self() << endl;
    437  cout << " --- CkRz: nbckflg=" << nbckflg << " nonzeroflg= " << nonzeroflg << endl;
    438 
    439 }
     440 cout << " --- CkRz: nbckflg=" << nbckflg
     441      << " nonzeroflg= " << nonzeroflg
     442      << " nonzeroflg2= " << nonzeroflg2 << endl;
     443
     444}
Note: See TracChangeset for help on using the changeset viewer.