IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 24766


Ignore:
Timestamp:
Jul 12, 2009, 11:08:41 AM (17 years ago)
Author:
eugene
Message:

redefine PM_DEG_RAD to be PS_DEG_RAD, not the same numerical value copies twice (same for PM_RAD_DEG)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/astrom/pmAstrometryWCS.h

    r21159 r24766  
    6868bool psPlaneDistortIsDiagonal (psPlaneDistort *distort);
    6969
    70 # define PM_DEG_RAD 57.295779513082322
    71 # define PM_RAD_DEG  0.017453292519943
     70// XXX probably should remove these and just use the PS_ version in the code
     71# define PM_DEG_RAD PS_DEG_RAD
     72# define PM_RAD_DEG PS_RAD_DEG
    7273
    7374/// @}
Note: See TracChangeset for help on using the changeset viewer.