Ignore:
Timestamp:
09/17/04 15:07:15 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r5064 r5100  
    201201Int_t MTask::CallPreProcess(MParList *plist)
    202202{
    203     fStopwatch->Reset();
     203    // This does not reset the counter!
     204    // fStopwatch->Reset();
     205
     206    delete fStopwatch;
     207    fStopwatch = new TStopwatch;
    204208
    205209    *fLog << all << fName << "... " << flush;
Note: See TracChangeset for help on using the changeset viewer.