Changeset 2073 in Sophya for trunk/ArchTOIPipe/Kernel/fitstoirdr.cc
- Timestamp:
- Jun 18, 2002, 10:36:00 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ArchTOIPipe/Kernel/fitstoirdr.cc
r2069 r2073 3 3 // Christophe Magneville 4 4 // Reza Ansari 5 // $Id: fitstoirdr.cc,v 1. 39 2002-06-18 20:15:08ansari Exp $5 // $Id: fitstoirdr.cc,v 1.40 2002-06-18 20:36:00 ansari Exp $ 6 6 7 7 #include "fitstoirdr.h" … … 319 319 unsigned char* stmpflg = NULL; 320 320 if (sepFlagfile) stmpflg = new unsigned char[Buff_Sz]; 321 long nonzeroflg = 0;322 long nbckflg = 0;323 long nonzeroflg2 = 0;324 321 // Fin modif pour fichier de flags separe (18/6/2002) 325 322 … … 387 384 } 388 385 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]; 394 387 } 395 388 } 396 for(sjj=0; sjj<n; sjj++) if (colflg[k][sjj] != 0) nonzeroflg2++;397 398 389 } 399 390 else if(colflg[k]!=NULL) … … 438 429 439 430 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.