Ignore:
Timestamp:
09/15/04 18:52:28 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mimage
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mimage/MHillasCalc.cc

    r4819 r5039  
    342342//  millions of events) we may want to improve the output.
    343343//
    344 void MHillasCalc::PrintSkipped(int i, const char *str) const
     344void MHillasCalc::PrintSkipped(UInt_t i, const char *str)
    345345{
    346346    *fLog << " " << setw(7) << fErrors[i] << " (";
  • trunk/MagicSoft/Mars/mimage/MHillasCalc.h

    r4710 r5039  
    6464
    6565    // Helper
    66     void  PrintSkipped(int i, const char *str) const;
     66    void  PrintSkipped(UInt_t i, const char *str);
    6767
    6868    // MParContainer
Note: See TracChangeset for help on using the changeset viewer.