Changeset 17688
- Timestamp:
- 04/24/14 15:59:47 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fact/tools/pyscripts/pyfact/calfactfits.h
r16991 r17688 53 53 #endif 54 54 55 #include " factfits.h"55 #include "extern_Mars_mcore/factfits.h" 56 56 57 57 class CalFactFits … … 61 61 62 62 //Direct handlers of the files 63 FactFits datafile, calibfile; //Class name should be PyFits or better FactPyFits...63 factfits datafile, calibfile; //Class name should be PyFits or better FactPyFits... 64 64 65 65 //Basic file parameters
Note:
See TracChangeset
for help on using the changeset viewer.