Changeset 3799 for trunk/MagicSoft/Mars/mcalib
- Timestamp:
- 04/22/04 19:06:53 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.