Changeset 19725 for trunk


Ignore:
Timestamp:
10/05/19 20:50:35 (5 years ago)
Author:
tbretz
Message:
Switch from ofits to zofits
Location:
trunk/Mars/mfileio
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/mfileio/MFitsArray.cc

    r19288 r19725  
    5151      //FIXME I must implement a constructor and set fFitsTable to NULL
    5252      //Otherwise I cannot safely destroy the object (in the destructor, also to be implemented)
    53       fFitsTable = new ofits();
     53      fFitsTable = new zofits();
    5454      fFitsTable->open(dol.Data());
    5555
  • trunk/Mars/mfileio/MFitsArray.h

    r19288 r19725  
    88#endif
    99
    10 #ifndef MARS_ofits
    11 #include "ofits.h"
     10#ifndef MARS_zofits
     11#include "zofits.h"
    1212#endif
    1313
     
    2222
    2323   // the FITS table to which the data are written                     
    24    ofits*     fFitsTable;
     24   zofits*     fFitsTable;
    2525   
    2626   // number of elements in fClonesArray / MArrayX / TArrayX  during
Note: See TracChangeset for help on using the changeset viewer.