Changeset 17695 for fact/tools/pyscripts/pyfact
- Timestamp:
- 04/25/14 12:00:07 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fact/tools/pyscripts/pyfact/fits.h
r17687 r17695 43 43 #define HAVE_ZLIB 44 44 #if defined(HAVE_ZLIB) || defined(__CINT__) 45 #include " extern_Mars_mcore/izstream.h"45 #include "izstream.h" 46 46 #else 47 47 #include <fstream> … … 50 50 #endif 51 51 52 #include " extern_Mars_mcore/checksum.h"52 #include "checksum.h" 53 53 54 54 class fits : public izstream … … 62 62 kCompFACT 63 63 }; 64 64 65 65 struct Entry 66 66 { … … 361 361 } 362 362 363 const Table::Column col = { bytes, n, size, n*size, type, unit, compress};363 const Table::Column col = { bytes, static_cast<size_t>(n), size, n*size, type, unit, compress}; 364 364 365 365 cols[id] = col;
Note:
See TracChangeset
for help on using the changeset viewer.