- Timestamp:
- 04/22/04 19:06:53 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r3798 r3799 18 18 19 19 -*-*- END OF LINE -*-*- 20 2004/04/22: Nadia Tonello 21 22 * mcalib/MCalibrateData.cc 23 - changed request for MBadPixelsPix::IsCalibrationResultOK() for 24 MBadPixelsPix::IsUnsuitable(MBadPixelsPix::kUnsuitableRun) 25 26 20 27 2004/04/22: Thomas Bretz 21 28 -
trunk/MagicSoft/Mars/mcalib/MCalibrateData.cc
r3687 r3799 270 270 MBadPixelsPix &bad = (*fBadPixels)[pixidx]; 271 271 272 if (!bad.Is CalibrationResultOK())272 if (!bad.IsUnsuitable(MBadPixelsPix::kUnsuitableRun)) 273 273 return kFALSE; 274 274
Note:
See TracChangeset
for help on using the changeset viewer.