Ignore:
Timestamp:
11/09/01 09:29:36 (23 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mars.cc

    r966 r1058  
    33
    44#include "MMars.h"
     5#include "MArray.h"
     6#include "MParContainer.h"
    57
    68// **********************************************************************
     
    1517int main(int argc, char **argv )
    1618{
     19    MArray::Class()->IgnoreTObjectStreamer();
     20    MParContainer::Class()->IgnoreTObjectStreamer();
     21
    1722    //
    1823    // initialise ROOT
Note: See TracChangeset for help on using the changeset viewer.