Changeset 220


Ignore:
Timestamp:
01/19/05 17:06:23 (19 years ago)
Author:
kil064
Message:

add function 'setFLuxUnit'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/SDMemTableWrapper.h

    r207 r220  
    9595
    9696  std::string getFluxUnit() const {return table_->getFluxUnit();}
     97  void setFluxUnit(const std::string& unit) {table_->setFluxUnit(unit);}
    9798
    9899  std::vector<bool> getMask(int whichRow=0) const {
Note: See TracChangeset for help on using the changeset viewer.