Ignore:
Timestamp:
03/01/07 18:21:47 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mhcalib/MHCalibrationPulseTimeCam.cc

    r8340 r8342  
    11/* ======================================================================== *\
    2 ! $Name: not supported by cvs2svn $:$Id: MHCalibrationPulseTimeCam.cc,v 1.27 2007-03-01 18:05:42 tbretz Exp $
     2! $Name: not supported by cvs2svn $:$Id: MHCalibrationPulseTimeCam.cc,v 1.28 2007-03-01 18:21:08 tbretz Exp $
    33! --------------------------------------------------------------------------
    44!
     
    707707
    708708  Int_t rc = MHCalibrationCam::ReadEnv(env,prefix,print);
    709   if (rc=kERROR)
    710     return kERROR;
    711    
     709  if (rc==kERROR)
     710      return kERROR;
     711
    712712  if (IsEnvDefined(env, prefix, "SaturationLimit", print))
    713713    {
     
    715715      rc = kTRUE;
    716716    }
    717  
     717
    718718  if (IsEnvDefined(env, prefix, "LowerSignalLimit", print))
    719719    {
Note: See TracChangeset for help on using the changeset viewer.