Ignore:
Timestamp:
10/17/12 11:08:53 (12 years ago)
Author:
Malte Marquarding
Message:

added missing getcyclenos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/ScantableWrapper.h

    r2645 r2667  
    159159  std::vector<uint> getPolNos() { return table_->getPolNos(); }
    160160  int getPol(int whichrow) const {return table_->getPol(whichrow);}
     161  std::vector<uint> getCycleNos() { return table_->getCycleNos(); }
    161162  int getCycle(int whichrow) const {return table_->getCycle(whichrow);}
    162163  std::vector<uint> getScanNos() { return table_->getScanNos(); }
Note: See TracChangeset for help on using the changeset viewer.