- Timestamp:
- 10/30/12 19:17:54 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/Scantable.cpp
r2672 r2683 864 864 void Scantable::flagRow(const std::vector<uInt>& rows, bool unflag) 865 865 { 866 if ( selector_.empty() && (rows.size() == table_.nrow()))866 if (selector_.empty() && (rows.size() == table_.nrow()) && !unflag) 867 867 throw(AipsError("Trying to flag whole scantable.")); 868 868
Note:
See TracChangeset
for help on using the changeset viewer.