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