Ignore:
Timestamp:
12/19/01 15:44:07 (23 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mbase
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mbase/MReadMarsFile.cc

    r1114 r1132  
    138138        return kFALSE;
    139139
     140    if (!fRun->Process())
     141        return kFALSE;
     142
     143    fRun->SetEventNum(0);
     144
    140145    return MReadTree::PreProcess(pList);
    141146}
  • trunk/MagicSoft/Mars/mbase/MTaskList.cc

    r1118 r1132  
    234234        *fLog << all << task->GetName() << "... " << flush;
    235235
    236         if (!task->ReInit(pList?fParList:pList))
     236        if (!task->ReInit(pList?pList:fParList))
    237237            return kFALSE;
    238238    }
Note: See TracChangeset for help on using the changeset viewer.