Ignore:
Timestamp:
03/11/04 16:32:11 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mbadpixels/MBadPixelsCam.cc

    r3473 r3476  
    280280            InitSize(idx+1);
    281281
    282         (*this)[idx].SetUnsuitableRun();
     282        (*this)[idx].SetUnsuitable(MBadPixelsPix::kUnsuitableRun);
    283283    }
    284284}
     
    295295
    296296    for (int i=0; i<GetSize(); i++)
    297         if ((*this)[i].IsUnsuitableRun())
     297        if ((*this)[i].IsUnsuitable(MBadPixelsPix::kUnsuitableRun))
    298298            fout << " " << i;
    299299
Note: See TracChangeset for help on using the changeset viewer.