Ignore:
Timestamp:
05/20/05 11:59:31 (19 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r7059 r7069  
    657657
    658658  if (fPulserColor == MCalibrationCam::kNONE)
    659     return kTRUE;
     659  {
     660      *fLog << warn << "WARNING - No Pulse colour has been set or used at all..." << endl;
     661      return kTRUE;
     662  }
    660663 
    661664  if (fNumProcessed == 0)
Note: See TracChangeset for help on using the changeset viewer.