IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 8, 2005, 1:40:46 PM (21 years ago)
Author:
desonia
Message:

added comments on the end of #endif and #else

File:
1 edited

Legend:

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

    r4029 r4162  
    77 *  polynomials.  It also contains a Gaussian functions.
    88 *
    9  *  @version $Revision: 1.104 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2005-05-25 20:26:55 $
     9 *  @version $Revision: 1.105 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2005-06-08 23:40:45 $
    1111 *
    1212 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    10241024
    10251025    if (normal == true) {
    1026         tmp = 1.0 / PS_SQRT_F32(2.0 * M_PI * (sigma * sigma));
     1026        tmp = 1.0 / sqrtf(2.0 * M_PI * (sigma * sigma));
    10271027    }
    10281028
Note: See TracChangeset for help on using the changeset viewer.