IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 1795


Ignore:
Timestamp:
Sep 10, 2004, 4:36:39 PM (22 years ago)
Author:
desonia
Message:

M_PIl doesn't exist on Darwin; reverted back to using M_PI.

Location:
trunk/psLib/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/astro/psTime.c

    r1788 r1795  
    1111 *  @author Ross Harman, MHPCC
    1212 *
    13  *  @version $Revision: 1.22 $ $Name: not supported by cvs2svn $
    14  *  @date $Date: 2004-09-11 00:55:24 $
     13 *  @version $Revision: 1.23 $ $Name: not supported by cvs2svn $
     14 *  @date $Date: 2004-09-11 02:36:39 $
    1515 *
    1616 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    3333
    3434/** Two times pi with double precision accuracy */
    35 #define TWOPI (2.0*M_PIl)
     35#define TWOPI (2.0*M_PI)
    3636
    3737/** Conversion from radians to degrees */
    38 #define R2DEG = (180.0/M_PIl)
     38#define R2DEG = (180.0/M_PI)
    3939
    4040                /** Maximum length of time string */
  • trunk/psLib/src/astronomy/psTime.c

    r1788 r1795  
    1111 *  @author Ross Harman, MHPCC
    1212 *
    13  *  @version $Revision: 1.22 $ $Name: not supported by cvs2svn $
    14  *  @date $Date: 2004-09-11 00:55:24 $
     13 *  @version $Revision: 1.23 $ $Name: not supported by cvs2svn $
     14 *  @date $Date: 2004-09-11 02:36:39 $
    1515 *
    1616 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    3333
    3434/** Two times pi with double precision accuracy */
    35 #define TWOPI (2.0*M_PIl)
     35#define TWOPI (2.0*M_PI)
    3636
    3737/** Conversion from radians to degrees */
    38 #define R2DEG = (180.0/M_PIl)
     38#define R2DEG = (180.0/M_PI)
    3939
    4040                /** Maximum length of time string */
Note: See TracChangeset for help on using the changeset viewer.