Changeset 1026
- Timestamp:
- 04/21/06 11:38:38 (20 years ago)
- File:
- 
      - 1 edited
 
 - 
          
  trunk/src/Scantable.cpp (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
      trunk/src/Scantable.cppr1009 r1026 581 581 void Scantable::flag(const std::vector<bool>& msk) 582 582 { 583 if ( selector_.empty() )583 if ( selector_.empty() && msk.size() == 0 ) 584 584 throw(AipsError("Trying to flag whole scantable.")); 585 585 if ( msk.size() == 0 ) { 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
