IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 11, 2005, 12:02:16 PM (21 years ago)
Author:
desonia
Message:

changed PS_PI* to M_PI*.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/math/psSpline.c

    r3857 r3884  
    77 *  polynomials.  It also contains a Gaussian functions.
    88 *
    9  *  @version $Revision: 1.100 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2005-05-05 22:33:14 $
     9 *  @version $Revision: 1.101 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2005-05-11 22:02:16 $
    1111 *
    1212 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    10011001
    10021002    if (normal == true) {
    1003         tmp = 1.0 / PS_SQRT_F32(2.0 * PS_PI * (sigma * sigma));
     1003        tmp = 1.0 / PS_SQRT_F32(2.0 * M_PI * (sigma * sigma));
    10041004    }
    10051005
Note: See TracChangeset for help on using the changeset viewer.