Changeset 2321 for trunk/src/Scantable.h


Ignore:
Timestamp:
10/04/11 14:15:54 (13 years ago)
Author:
Malte Marquarding
Message:

Ticket #249: scantbable schema was changed. This required an update to scantable version 4. I have added a class STUpgrade to handle all schema upgrades. This is handled transparently in the scantable constructor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/Scantable.h

    r2290 r2321  
    8686
    8787  /**
    88    * Create a Scantable object form an existing table on disk
     88   * Create a Scantable object from an existing table on disk
    8989   * @param[in] name the name of the existing Scantable
    9090   */
    91   explicit Scantable(const std::string& name, casa::Table::TableType ttype = casa::Table::Memory);
     91  explicit Scantable(const std::string& name,
     92                     casa::Table::TableType ttype = casa::Table::Memory);
    9293
    9394  /// @fixme this is only sensible for MemoryTables....
     
    638639  std::vector<uint> getNumbers(const casa::ScalarColumn<casa::uInt>& col) const;
    639640
    640   static const casa::uInt version_ = 3;
     641  static const casa::uInt version_ = 4;
    641642
    642643  STSelector selector_;
Note: See TracChangeset for help on using the changeset viewer.