- Timestamp:
- 07/08/09 16:30:04 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/STCoordinate.h
r1599 r1600 25 25 public: 26 26 STCoordinate() {}; 27 28 STCoordinate(const STCoordinate& other) : spec_(other.spec_) {}; 29 27 30 STCoordinate(const casa::SpectralCoordinate& spec) : 28 31 spec_(spec) {};
Note:
See TracChangeset
for help on using the changeset viewer.