Changeset 1692
- Timestamp:
- 02/10/10 16:04:30 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/Scantable.cpp
r1669 r1692 668 668 { 669 669 Vector<uChar> flags; 670 if (flagsCol_.shape(uInt(whichrow)) == IPosition()) {671 // nothing defined, return empty vector672 return std::vector<bool>();673 }674 670 flagsCol_.get(uInt(whichrow), flags); 675 671 Vector<Bool> bflag(flags.shape());
Note:
See TracChangeset
for help on using the changeset viewer.