Changeset 1695 in Sophya for trunk/ArchTOIPipe


Ignore:
Timestamp:
Oct 15, 2001, 12:17:20 AM (24 years ago)
Author:
aubourg
Message:

retour...

File:
1 edited

Legend:

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

    r1694 r1695  
    133133    fits_lock();
    134134    fits_read_col_dbl(fptr,1,i+1,1,1,0,&y,&anyNul,&fstatus);
    135     //fits_unlock();
     135    fits_unlock();
    136136    int sn = (int) (y+.1);
    137137    TOIManager* mgr = TOIManager::getManager();
     
    142142      int j = colsinput[k].first;
    143143      if ( !checkOutputTOIIndex(k) )  continue;  // Reza - Si TOI non connecte
    144       //fits_lock();
     144      fits_lock();
    145145      fits_read_col_dbl(fptr,j+1,i+1,1,1,0,&y,&anyNul,&fstatus);
    146146      long flg = 0;
     
    148148        fits_read_col_lng(fptr,j+2,i+1,1,1,0,&flg,&anyNul,&fstatus);
    149149      }
    150       //fits_unlock();
     150      fits_unlock();
    151151      putData(k, sn, y, flg);
    152152    }
    153     fits_unlock();
    154153    totnscount++;
    155154  }
Note: See TracChangeset for help on using the changeset viewer.