Ignore:
Timestamp:
08/23/01 14:41:03 (23 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Cosy/base/coord.h

    r732 r914  
    7878public:
    7979    ZdAz(double zd=0, double az=0) : XY(zd, az) {}
     80    ZdAz(const ZdAz &c) : XY(c) {}
    8081
    8182    double Zd() const { return fX; }
Note: See TracChangeset for help on using the changeset viewer.