- Timestamp:
- 10/05/19 20:50:35 (5 years ago)
- Location:
- trunk/Mars/mfileio
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/mfileio/MFitsArray.cc
r19288 r19725 51 51 //FIXME I must implement a constructor and set fFitsTable to NULL 52 52 //Otherwise I cannot safely destroy the object (in the destructor, also to be implemented) 53 fFitsTable = new ofits();53 fFitsTable = new zofits(); 54 54 fFitsTable->open(dol.Data()); 55 55 -
trunk/Mars/mfileio/MFitsArray.h
r19288 r19725 8 8 #endif 9 9 10 #ifndef MARS_ ofits11 #include " ofits.h"10 #ifndef MARS_zofits 11 #include "zofits.h" 12 12 #endif 13 13 … … 22 22 23 23 // the FITS table to which the data are written 24 ofits* fFitsTable;24 zofits* fFitsTable; 25 25 26 26 // number of elements in fClonesArray / MArrayX / TArrayX during
Note:
See TracChangeset
for help on using the changeset viewer.