- Timestamp:
- 05/02/14 14:25:10 (11 years ago)
- Location:
- trunk/Mars/mfileio
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/mfileio/MWriteFitsFile.cc
r17698 r17763 1 1 #include <TDataMember.h> 2 2 #include <TClonesArray.h> 3 4 #include "MLogManip.h" 3 5 4 6 #include "MArrayS.h" -
trunk/Mars/mfileio/MWriteFitsFile.h
r17294 r17763 6 6 #include <map> 7 7 8 #ifndef ROOT_TClass 8 9 #include <TClass.h> 10 11 #ifndef MARS_MLogManip 12 #include "MLogManip.h" 13 #endif 9 14 10 15 #ifndef MARS_MWriteFile
Note:
See TracChangeset
for help on using the changeset viewer.