- Timestamp:
- 11/06/04 21:04:09 (20 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r5350 r5351 22 22 23 23 2004/11/06: Abelardo Moralejo 24 25 * mbase/MTask.cc 26 - Fixed typo in PrintSkipped: "%5.1f" instead of wrong "5.1f", 27 which resulted in the percentage of skipped events not being 28 displayed. 24 29 25 30 * mimage/MHillasCalc.cc -
trunk/MagicSoft/Mars/mbase/MTask.cc
r5101 r5351 504 504 { 505 505 *fLog << " " << setw(7) << n << " ("; 506 *fLog << Form(" 5.1f", 100.*n/GetNumExecutions());506 *fLog << Form("%5.1f", 100.*n/GetNumExecutions()); 507 507 *fLog << "%) Evts skipped: " << str << endl; 508 508 }
Note:
See TracChangeset
for help on using the changeset viewer.