Changeset 16423 for trunk/FACT++
- Timestamp:
- 05/29/13 11:58:43 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/fitsdump.cc
r16088 r16423 16 16 17 17 #include "Time.h" 18 #include "externals/ fits.h"18 #include "externals/zfits.h" 19 19 20 20 #ifdef HAVE_ROOT … … 61 61 62 62 63 class FitsDumper : public fits63 class FitsDumper : public zfits 64 64 { 65 65 private: … … 98 98 //! the ostream where to redirect the outputs 99 99 // 100 FitsDumper::FitsDumper(const string &fname) : fits(fname), fFilename(fname)100 FitsDumper::FitsDumper(const string &fname) : zfits(fname), fFilename(fname) 101 101 { 102 102 }
Note:
See TracChangeset
for help on using the changeset viewer.