Changeset 2930 for trunk/MagicSoft/Mars/mcalib
- Timestamp:
- 01/27/04 19:45:53 (22 years ago)
- Location:
- trunk/MagicSoft/Mars/mcalib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MCalibrationCam.cc
r2905 r2930 125 125 // fSize is the old size (in most cases: 1) 126 126 // 127 void MCalibrationCam::InitSize( Int_t size)127 void MCalibrationCam::InitSize(const UInt_t size) 128 128 { 129 129 -
trunk/MagicSoft/Mars/mcalib/MCalibrationCam.h
r2885 r2930 53 53 54 54 void Clear(Option_t *o=""); 55 56 void InitSize(const Int_t i); 55 void InitSize(const UInt_t i); 57 56 58 57 // Setters
Note:
See TracChangeset
for help on using the changeset viewer.