Changeset 14792 for trunk/Mars/mcore
- Timestamp:
- 01/28/13 10:55:44 (12 years ago)
- Location:
- trunk/Mars/mcore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/mcore/fits.h
r14484 r14792 6 6 #define uint64_t ULong64_t 7 7 #define uint8_t UChar_t 8 #define uint32_t UInt_t 8 9 #else 9 10 #include <stdint.h> … … 415 416 416 417 #ifdef __CINT__ 417 typedef map<string, void*> Pointers;418 typedef char Pointers[56]; 418 419 #else 419 420 typedef unordered_map<string, void*> Pointers; -
trunk/Mars/mcore/ofits.h
r14199 r14792 253 253 254 254 if (!entry.check()) 255 return false; 256 255 {//ETIENNE 256 //looks like something went wrong. Maybe entry is too long ? 257 //try to remove the comment 258 entry.comment = ""; 259 if (!entry.check()) 260 return false; 261 gLog << "WARNING: removed comment from over-sized entry " << key << endl; 262 } 257 263 fKeys.push_back(entry); 258 264 return true;
Note:
See TracChangeset
for help on using the changeset viewer.