Index: /trunk/Mars/mfileio/MFitsArray.cc
===================================================================
--- /trunk/Mars/mfileio/MFitsArray.cc	(revision 19724)
+++ /trunk/Mars/mfileio/MFitsArray.cc	(revision 19725)
@@ -51,5 +51,5 @@
       //FIXME I must implement a constructor and set fFitsTable to NULL
       //Otherwise I cannot safely destroy the object (in the destructor, also to be implemented)
-      fFitsTable = new ofits();
+      fFitsTable = new zofits();
       fFitsTable->open(dol.Data());
 
Index: /trunk/Mars/mfileio/MFitsArray.h
===================================================================
--- /trunk/Mars/mfileio/MFitsArray.h	(revision 19724)
+++ /trunk/Mars/mfileio/MFitsArray.h	(revision 19725)
@@ -8,6 +8,6 @@
 #endif
 
-#ifndef MARS_ofits
-#include "ofits.h"
+#ifndef MARS_zofits
+#include "zofits.h"
 #endif
 
@@ -22,5 +22,5 @@
 
    // the FITS table to which the data are written                      
-   ofits*     fFitsTable;
+   zofits*     fFitsTable;
    
    // number of elements in fClonesArray / MArrayX / TArrayX  during 
