Changeset 3895 for trunk/MagicSoft/Mars/mbase
- Timestamp:
- 04/29/04 18:50:14 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mbase/MTask.cc
r3788 r3895 355 355 UInt_t MTask::GetNumExecutions() const 356 356 { 357 return (UInt_t)fStopwatch->Counter() ;357 return (UInt_t)fStopwatch->Counter()-1; 358 358 } 359 359
Note:
See TracChangeset
for help on using the changeset viewer.