Changeset 1692


Ignore:
Timestamp:
02/10/10 16:04:30 (14 years ago)
Author:
Malte Marquarding
Message:

Empty test in getMask doesn't work

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/Scantable.cpp

    r1669 r1692  
    668668{
    669669  Vector<uChar> flags;
    670   if (flagsCol_.shape(uInt(whichrow)) == IPosition()) {
    671       // nothing defined, return empty vector
    672       return std::vector<bool>();
    673   }
    674670  flagsCol_.get(uInt(whichrow), flags);
    675671  Vector<Bool> bflag(flags.shape());
Note: See TracChangeset for help on using the changeset viewer.