Ignore:
Timestamp:
07/22/05 18:47:21 (19 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mpointing/MPointing.h

    r4966 r7214  
    1616// ---------------------------------------------------
    1717// FIXME: Replace coord.h completely with this!
    18 #ifndef __MARS__
    19 #include "coord.h"
    20 #else
     18//#ifndef __MARS__
     19//#include "coord.h"
     20//#else
    2121#include <TVector2.h>
    2222class AltAz : public TVector2
     
    2626    {
    2727    }
     28    AltAz(const AltAz &aa) : TVector2(aa) { }
    2829    Double_t Alt() const { return fX; }
    2930    Double_t Az() const  { return fY; }
     
    3738    {
    3839    }
     40    ZdAz(const ZdAz &aa) : TVector2(aa) { }
    3941    Double_t Zd() const { return fX; }
    4042    Double_t Az() const { return fY; }
    4143    ClassDef(ZdAz, 1)
    4244};
    43 #endif
     45//#endif
    4446// ---------------------------------------------------
    4547
Note: See TracChangeset for help on using the changeset viewer.