Changeset 2459 for trunk/MagicSoft/Mars/mbase
- Timestamp:
- 11/03/03 17:41:54 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mbase/MEvtLoop.cc
r2454 r2459 371 371 // 372 372 if (fProgress && fNumEvents>0) 373 fProgress->SetPosition( num/fNumEvents);373 fProgress->SetPosition((Double_t)num/fNumEvents); 374 374 375 375
Note:
See TracChangeset
for help on using the changeset viewer.