Ignore:
Timestamp:
05/31/12 16:36:45 (12 years ago)
Author:
tbretz
Message:
Exchanged the enum definitions for the cfitsio based fits format and our fits format; replaced the cfitsio based on with the new one in DataCalib.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/DataCalib.cc

    r13924 r14000  
    164164    fData.fNumTm = hastm ? 160 : 0;
    165165
    166     return DataWriteFits::Open(h, d);
     166    return DataWriteFits2::Open(h, d);
    167167}
    168168
     
    184184    }
    185185
    186     return DataWriteFits::WriteEvt(e);
     186    return DataWriteFits2::WriteEvt(e);
    187187}
    188188
     
    343343    fProcessing = false;
    344344
    345     return DataWriteFits::Close(tail);
    346 }
     345    return DataWriteFits2::Close(tail);
     346}
Note: See TracChangeset for help on using the changeset viewer.