Changeset 914 for trunk/MagicSoft/Cosy/base
- Timestamp:
- 08/23/01 14:41:03 (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Cosy/base/coord.h
r732 r914 78 78 public: 79 79 ZdAz(double zd=0, double az=0) : XY(zd, az) {} 80 ZdAz(const ZdAz &c) : XY(c) {} 80 81 81 82 double Zd() const { return fX; }
Note:
See TracChangeset
for help on using the changeset viewer.