Changeset 3834 for trunk/MagicSoft/Mars


Ignore:
Timestamp:
04/26/04 17:39:33 (21 years ago)
Author:
gaug
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r3832 r3834  
    3030   * macros/bootcampstandardanalysis.C
    3131     - removed function FindColor()
     32
     33   * mcalib/MCalibrationCam.h
     34     - make Init() and InitSize() virtual
    3235
    3336
  • trunk/MagicSoft/Mars/mcalib/MCalibrationCam.h

    r3698 r3834  
    6666
    6767  // Inits
    68   void  Init                   ( const MGeomCam &geom         );
    69   void  InitSize               ( const UInt_t i               );
     68  virtual void  Init                   ( const MGeomCam &geom         );
     69  virtual void  InitSize               ( const UInt_t i               );
    7070  void  InitAverageAreas       ( const UInt_t i               );
    7171  void  InitAverageSectors     ( const UInt_t i               );
Note: See TracChangeset for help on using the changeset viewer.