Ignore:
Timestamp:
04/07/06 09:41:02 (18 years ago)
Author:
mar637
Message:

fixed bug due to incorrect use of Table::rowNumbers (RTFM!).
added flagging

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/ScantableWrapper.h

    r987 r1000  
    9494    { return table_->getMask(whichrow); }
    9595
    96   void flag() { table_->flag(); }
     96  void flag(const std::vector<bool>& msk=std::vector<bool>())
     97    { table_->flag(msk); }
    9798
    9899  std::string getSourceName(int whichrow=0) const
Note: See TracChangeset for help on using the changeset viewer.