Ignore:
Timestamp:
06/03/02 10:12:57 (23 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mdata/MDataChain.cc

    r1334 r1339  
    102102}
    103103
     104MDataChain::MDataChain()
     105    : fMember(NULL), fOperatorType(kENoop)
     106{
     107}
     108
    104109MDataChain::MDataChain(const char *rule, const char *name, const char *title)
    105110    : fOperatorType(kENoop)
     
    117122    fMember->Print();
    118123    *fLog << endl;
    119 
    120124}
    121125
Note: See TracChangeset for help on using the changeset viewer.