Changeset 6296 for trunk/MagicSoft
- Timestamp:
- 02/08/05 16:13:11 (20 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r6292 r6296 20 20 21 21 -*-*- 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 22 28 23 29 2005/02/08 Thomas Bretz -
trunk/MagicSoft/Mars/mcalib/MCalibrationChargeCalc.cc
r6288 r6296 674 674 { 675 675 676 if (GetNumExecutions() ==0)676 if (GetNumExecutions() < 1) 677 677 return kTRUE; 678 678
Note:
See TracChangeset
for help on using the changeset viewer.