Ignore:
Timestamp:
07/08/09 16:30:04 (15 years ago)
Author:
Malte Marquarding
Message:

Ticket #170: python derived class for nice access e.g. units and doc strings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/STCoordinate.h

    r1599 r1600  
    2525  public:
    2626    STCoordinate() {};
     27
     28    STCoordinate(const STCoordinate& other) : spec_(other.spec_) {};
     29
    2730    STCoordinate(const casa::SpectralCoordinate& spec) :
    2831      spec_(spec) {};
Note: See TracChangeset for help on using the changeset viewer.