Changeset 3182 for trunk/psLib/src/math/psSpline.c
- Timestamp:
- Feb 9, 2005, 4:36:42 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psSpline.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psSpline.c
r3171 r3182 7 7 * polynomials. It also contains a Gaussian functions. 8 8 * 9 * @version $Revision: 1.8 7$ $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 $ 11 11 * 12 12 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 975 975 976 976 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)); 978 978 } 979 979
Note:
See TracChangeset
for help on using the changeset viewer.
