Ignore:
Timestamp:
10/21/13 14:15:50 (11 years ago)
Author:
tbretz
Message:
Added some more tweaks needed by CINT (default constructors, handling of __attribute((__packed__)))
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/mcore/FITS.h

    r17290 r17297  
    3232    };
    3333
     34#ifdef __CINT__
     35    struct TileHeader;
     36    struct BlockHeader;
     37#else
    3438    //Structure helper for tiles headers
    3539    struct TileHeader
     
    6367        {}
    6468    } __attribute__((__packed__));
     69#endif
    6570
    6671    //Helper structure to simplify the initialization and handling of compressed blocks headers
Note: See TracChangeset for help on using the changeset viewer.