Ignore:
Timestamp:
10/18/13 17:53:05 (11 years ago)
Author:
tbretz
Message:
changed std::ofits to just ofits
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/mcore/DrsCalib.h

    r17248 r17265  
    13811381        const size_t n = 1440*1024*4 + 1440*fRoi*2 + fNumTm*fRoi*2 + 3;
    13821382
    1383 #ifndef __MARS__
    1384         std::ofits file(filename.c_str());
    1385 #else
    13861383        ofits file(filename.c_str());
    1387 #endif
    13881384        if (!file)
    13891385        {
Note: See TracChangeset for help on using the changeset viewer.