Changeset 1669
- Timestamp:
- 12/28/09 18:30:23 (16 years ago)
- File:
- 
      - 1 edited
 
 - 
          
  trunk/src/Scantable.cpp (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
      trunk/src/Scantable.cppr1598 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.
  
