Changeset 7130 for trunk/MagicSoft/Mars/mbase
- Timestamp:
- 06/03/05 18:02:36 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mbase/MEvtLoop.cc
r7091 r7130 594 594 // If Process has ever been called print statistics 595 595 // 596 if (fTaskList ->GetNumExecutions()>0)596 if (fTaskList && fTaskList->GetNumExecutions()>0) 597 597 switch (printstat) 598 598 {
Note:
See TracChangeset
for help on using the changeset viewer.