Changeset 6296 for trunk/MagicSoft


Ignore:
Timestamp:
02/08/05 16:13:11 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r6292 r6296  
    2020
    2121                                                 -*-*- END OF LINE -*-*-
     22
     23 2005/02/08 Markus Gaug
     24 
     25   * mhcalib/MHCalibrationCam.cc
     26   * mcalib/MCalibrationChargeCalc.cc
     27     - replaced GetNumExecutions()==0 condition by GetNumExecution() < 1
    2228
    2329 2005/02/08 Thomas Bretz
  • trunk/MagicSoft/Mars/mcalib/MCalibrationChargeCalc.cc

    r6288 r6296  
    674674{
    675675
    676   if (GetNumExecutions()==0)
     676  if (GetNumExecutions() < 1)
    677677    return kTRUE;
    678678
Note: See TracChangeset for help on using the changeset viewer.