Changeset 4204
- Timestamp:
- 05/26/04 19:30:48 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MCalibrationQECam.cc
r4203 r4204 239 239 case 0: 240 240 if (!pix.IsAverageQEFFactorAvailable()) 241 return kFALSE; 241 242 val = pix.GetQECascadesFFactor(); 242 243 break; 243 244 case 1: 244 245 if (!pix.IsAverageQEFFactorAvailable()) 246 return kFALSE; 245 247 val = pix.GetQECascadesFFactorErr(); 246 248 break;
Note:
See TracChangeset
for help on using the changeset viewer.