Changeset 1132 for trunk/MagicSoft/Mars/mbase
- Timestamp:
- 12/19/01 15:44:07 (23 years ago)
- Location:
- trunk/MagicSoft/Mars/mbase
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mbase/MReadMarsFile.cc
r1114 r1132 138 138 return kFALSE; 139 139 140 if (!fRun->Process()) 141 return kFALSE; 142 143 fRun->SetEventNum(0); 144 140 145 return MReadTree::PreProcess(pList); 141 146 } -
trunk/MagicSoft/Mars/mbase/MTaskList.cc
r1118 r1132 234 234 *fLog << all << task->GetName() << "... " << flush; 235 235 236 if (!task->ReInit(pList? fParList:pList))236 if (!task->ReInit(pList?pList:fParList)) 237 237 return kFALSE; 238 238 }
Note:
See TracChangeset
for help on using the changeset viewer.