Ignore:
Timestamp:
06/14/08 16:55:58 (16 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mcalib/MCalibrationPulseTimeCam.cc

    r8506 r8957  
    199199  Float_t area = cam[idx].GetA();
    200200
    201  if (area == 0)
     201  if (area == 0)
    202202    return kFALSE;
    203203
    204  MCalibrationPix &pix = (MCalibrationPix&)(*this)[idx];
     204  const MCalibrationPix &pix = static_cast<const MCalibrationPix&>((*this)[idx]);
    205205
    206206  switch (type)
Note: See TracChangeset for help on using the changeset viewer.