- Timestamp:
- 04/21/06 11:38:38 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/Scantable.cpp
r1009 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.