Changeset 154


Ignore:
Timestamp:
12/26/04 20:53:03 (19 years ago)
Author:
kil064
Message:

make the get{IF,POl,Beam} functions const

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/SDMemTable.h

    r147 r154  
    110110
    111111  // return the currently selected values
    112   virtual casa::Int getIF() { return IFSel_; }
    113   virtual casa::Int getBeam() { return beamSel_; }
    114   virtual casa::Int getPol() { return polSel_; }
     112  virtual casa::Int getIF() const { return IFSel_; }
     113  virtual casa::Int getBeam() const { return beamSel_; }
     114  virtual casa::Int getPol() const { return polSel_; }
    115115  virtual std::vector<string> getCoordInfo() const;
    116116
Note: See TracChangeset for help on using the changeset viewer.