Changeset 5039
- Timestamp:
- 09/15/04 18:52:28 (20 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r5033 r5039 60 60 61 61 62 63 62 2004/09/15: Markus Gaug 63 64 * mimage/MHillasCalc.[h,cc] 65 - move PrintSkipped(int,const char*) to PrintSkipped(UInt_t, const char*) 66 otherwise always warnings about hidden function from MTask 64 67 65 68 * mjobs/MJCalibration.cc -
trunk/MagicSoft/Mars/mimage/MHillasCalc.cc
r4819 r5039 342 342 // millions of events) we may want to improve the output. 343 343 // 344 void MHillasCalc::PrintSkipped( int i, const char *str) const344 void MHillasCalc::PrintSkipped(UInt_t i, const char *str) 345 345 { 346 346 *fLog << " " << setw(7) << fErrors[i] << " ("; -
trunk/MagicSoft/Mars/mimage/MHillasCalc.h
r4710 r5039 64 64 65 65 // Helper 66 void PrintSkipped( int i, const char *str) const;66 void PrintSkipped(UInt_t i, const char *str); 67 67 68 68 // MParContainer
Note:
See TracChangeset
for help on using the changeset viewer.