Ignore:
Timestamp:
03/08/06 12:01:46 (18 years ago)
Author:
mar637
Message:

added setSpectrum

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/ScantableWrapper.h

    r868 r884  
    121121
    122122
    123 //   void setSpectrum(std::vector<float> spectrum, int whichrow=0)
    124 //     { table_->setSpectrum(spectrum, whichrow); }
     123  void setSpectrum(std::vector<float> spectrum, int whichrow=0)
     124    { table_->setSpectrum(spectrum, whichrow); }
    125125
    126126  int getIF(int whichrow) const {return table_->getIF(whichrow);}
Note: See TracChangeset for help on using the changeset viewer.