Changeset 17133 for trunk/Mars/mcore
- Timestamp:
- 09/07/13 16:14:12 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/mcore/fits.h
r17128 r17133 2 2 #define MARS_fits 3 3 4 #ifdef __CINT__ 5 #define int8_t Char_t 6 #define int16_t Short_t 7 #define int32_t Int_t 8 #define int64_t Long64_t 9 #define uint8_t UChar_t 10 #define uint16_t UShort_t 11 #define uint32_t UInt_t 12 #define uint64_t ULong64_t 13 #else 4 14 #include <stdint.h> 15 #endif 5 16 6 17 #include <map> … … 9 20 #include <sstream> 10 21 #include <algorithm> 22 23 #ifdef __EXCEPTIONS 11 24 #include <stdexcept> 25 #endif 12 26 13 27 #ifdef __CINT__
Note:
See TracChangeset
for help on using the changeset viewer.