Changeset 17753 for trunk/Mars/mcore/zofits.h
- Timestamp:
- 05/01/14 19:31:35 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/mcore/zofits.h
r17752 r17753 34 34 35 35 #ifdef __CINT__ 36 struct CatalogEntry; 36 // CINT doesn't like the packed attribute... 37 // Therefore we give another hint of the size of the structure 38 struct CatalogEntry { char dummy[16]; }; 37 39 #else 38 40 //catalog types
Note:
See TracChangeset
for help on using the changeset viewer.