Changeset 17297 for trunk/Mars/mcore/FITS.h
- Timestamp:
- 10/21/13 14:15:50 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/mcore/FITS.h
r17290 r17297 32 32 }; 33 33 34 #ifdef __CINT__ 35 struct TileHeader; 36 struct BlockHeader; 37 #else 34 38 //Structure helper for tiles headers 35 39 struct TileHeader … … 63 67 {} 64 68 } __attribute__((__packed__)); 69 #endif 65 70 66 71 //Helper structure to simplify the initialization and handling of compressed blocks headers
Note:
See TracChangeset
for help on using the changeset viewer.