Ignore:
Timestamp:
06/01/05 18:13:13 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mpedestal/MPedPhotCam.cc

    r7109 r7122  
    273273    for (int i=0; i<np; i++)
    274274    {
    275         if (bad && (*bad)[i].IsUnsuitable(MBadPixelsPix::kUnsuitableRun))
    276             continue; //was: .IsBad()
     275        if (bad && (*bad)[i].IsUnsuitable())
     276            continue;
    277277
    278278        // Create sums for areas and sectors
Note: See TracChangeset for help on using the changeset viewer.