Changeset 3589 for trunk/MagicSoft
- Timestamp:
- 03/23/04 16:17:59 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r3587 r3589 37 37 of the vector I had it wrong in my mind twice, using 38 38 atan2(y,x) everywhere I did recognize it...) 39 40 * mreport/MReport.cc: 41 - fixed a bug which caused a crash when the time is not valid 39 42 40 43 -
trunk/MagicSoft/Mars/mreport/MReport.cc
r3324 r3589 75 75 { 76 76 *fLog << err << "ERROR - Event has invalid time: "; 77 *fLog << Form("%d.%d.%d %02 s:%02d:%02d.%03d", day, mon, yea, hor, min, sec, ms);77 *fLog << Form("%d.%d.%d %02d:%02d:%02d.%03d", day, mon, yea, hor, min, sec, ms); 78 78 *fLog << "... abort." << endl; 79 79 return kFALSE;
Note:
See TracChangeset
for help on using the changeset viewer.