IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 9, 2005, 4:36:42 PM (21 years ago)
Author:
desonia
Message:

prepared the config/data directories to be installed into standard areas.

File:
1 edited

Legend:

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

    r3171 r3182  
    77 *  polynomials.  It also contains a Gaussian functions.
    88 *
    9  *  @version $Revision: 1.87 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2005-02-09 20:56:17 $
     9 *  @version $Revision: 1.88 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2005-02-10 02:36:41 $
    1111 *
    1212 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    975975
    976976    if (normal == true) {
    977         tmp = 1.0 / PS_SQRT_F32(2.0 * M_PI * (sigma * sigma));
     977        tmp = 1.0 / PS_SQRT_F32(2.0 * PS_PI * (sigma * sigma));
    978978    }
    979979
Note: See TracChangeset for help on using the changeset viewer.