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

Debug de setSepFlagFile - Fin (fitstiordr.cc) - Reza 18/6/2002

File:
1 edited

Legend:

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

    r2069 r2073  
    33//                               Christophe Magneville
    44//                               Reza Ansari
    5 // $Id: fitstoirdr.cc,v 1.39 2002-06-18 20:15:08 ansari Exp $
     5// $Id: fitstoirdr.cc,v 1.40 2002-06-18 20:36:00 ansari Exp $
    66
    77#include "fitstoirdr.h"
     
    319319 unsigned char* stmpflg = NULL;
    320320 if (sepFlagfile) stmpflg = new unsigned char[Buff_Sz];
    321  long nonzeroflg = 0;
    322  long nbckflg = 0;
    323  long nonzeroflg2 = 0;
    324321 // Fin modif pour fichier de flags separe (18/6/2002)
    325322 
     
    387384           }
    388385           for(sjj=0; sjj<n; sjj++) {
    389              nbckflg++;
    390              if (stmpflg[sjj]) {
    391                nonzeroflg++;
    392                colflg[k][sjj] |= sepFlagCols[skf];
    393              }
     386             if (stmpflg[sjj]) colflg[k][sjj] |= sepFlagCols[skf];
    394387           }
    395388         }
    396          for(sjj=0; sjj<n; sjj++) if (colflg[k][sjj] != 0) nonzeroflg2++;
    397 
    398389       } 
    399390       else if(colflg[k]!=NULL)         
     
    438429
    439430 cout << "reader (buffered) done reading... " << pthread_self() << endl;
    440  cout << " --- CkRz: nbckflg=" << nbckflg
    441       << " nonzeroflg= " << nonzeroflg
    442       << " nonzeroflg2= " << nonzeroflg2 << endl;
    443 
    444 }
     431
     432}
Note: See TracChangeset for help on using the changeset viewer.