IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 12, 2004, 3:25:23 PM (22 years ago)
Author:
desonia
Message:

removed M_PIl, as OS X does not know about it.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/dataManip/psMatrixVectorArithmetic.c

    r1516 r1526  
    3030 *  @author Ross Harman, MHPCC
    3131 *
    32  *  @version $Revision: 1.23 $ $Name: not supported by cvs2svn $
    33  *  @date $Date: 2004-08-12 18:24:32 $
     32 *  @version $Revision: 1.24 $ $Name: not supported by cvs2svn $
     33 *  @date $Date: 2004-08-13 01:25:23 $
    3434 *
    3535 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    9090
    9191// Conversion for degrees to radians
    92 #define D2R M_PIl/180.0
     92#define D2R 0.01745329252111111  /* PI/180 */
    9393
    9494// Conversion for radians to degrees
    95 #define R2D 180.0/M_PIl
     95#define R2D 57.29577950924861   /* 180.0/PI */
    9696
    9797// Division with NAN checking
Note: See TracChangeset for help on using the changeset viewer.