Ignore:
Timestamp:
04/07/06 10:03:22 (18 years ago)
Author:
mar637
Message:

added column_names()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/ScantableWrapper.h

    r1000 r1003  
    178178  void calculateAZEL() { table_->calculateAZEL(); };
    179179
     180  std::vector<std::string> columnNames() const
     181    { return table_->columnNames(); }
     182
    180183private:
    181184  casa::CountedPtr<Scantable> table_;
Note: See TracChangeset for help on using the changeset viewer.