Changeset 1058 for trunk/MagicSoft/Mars/mars.cc
- Timestamp:
- 11/09/01 09:29:36 (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mars.cc
r966 r1058 3 3 4 4 #include "MMars.h" 5 #include "MArray.h" 6 #include "MParContainer.h" 5 7 6 8 // ********************************************************************** … … 15 17 int main(int argc, char **argv ) 16 18 { 19 MArray::Class()->IgnoreTObjectStreamer(); 20 MParContainer::Class()->IgnoreTObjectStreamer(); 21 17 22 // 18 23 // initialise ROOT
Note:
See TracChangeset
for help on using the changeset viewer.