Changeset 2667 for trunk/src/Scantable.h


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/Scantable.h

    r2666 r2667  
    320320  int getScan(int whichrow) const { return scanCol_(whichrow); }
    321321
     322  std::vector<uint> getCycleNos() const { return getNumbers(cycleCol_); }
     323  int getCycle(int whichrow) const { return cycleCol_(whichrow); }
     324
    322325  //TT addition
    323326  std::vector<uint> getMolNos() {return getNumbers(mmolidCol_); }
     
    334337
    335338  int ncycle(int scanno=-1) const;
    336   int getCycle(int whichrow) const { return cycleCol_(whichrow); }
     339
    337340
    338341  double getInterval(int whichrow) const
Note: See TracChangeset for help on using the changeset viewer.