Changeset 3884 for trunk/psLib/src/math/psSpline.c
- Timestamp:
- May 11, 2005, 12:02:16 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
r3857 r3884 7 7 * polynomials. It also contains a Gaussian functions. 8 8 * 9 * @version $Revision: 1.10 0$ $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 $ 11 11 * 12 12 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 1001 1001 1002 1002 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)); 1004 1004 } 1005 1005
Note:
See TracChangeset
for help on using the changeset viewer.
