Changeset 6502 for trunk/MagicSoft/Mars/mbase
- Timestamp:
- 02/15/05 18:59:34 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mbase/MTask.cc
r6500 r6502 207 207 // Sets the preprocessed flag dependend on the return value of PreProcess. 208 208 // Resets number of executions and cpu consumtion timer. 209 // If task has already been preprocessed return kTRUE. 209 210 // 210 211 Int_t MTask::CallPreProcess(MParList *plist) 211 212 { 213 if (fIsPreprocessed) 214 return kTRUE; 215 212 216 // This does not reset the counter! 213 217 fStopwatch->Reset();
Note:
See TracChangeset
for help on using the changeset viewer.