Changeset 1846 for trunk/psLib/src/math/psSpline.c
- Timestamp:
- Sep 21, 2004, 3:30:21 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psSpline.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psSpline.c
r1831 r1846 7 7 * polynomials. It also contains a Gaussian functions. 8 8 * 9 * @version $Revision: 1.3 7$ $Name: not supported by cvs2svn $10 * @date $Date: 2004-09- 18 01:50:45$9 * @version $Revision: 1.38 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2004-09-22 01:30:21 $ 11 11 * 12 12 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 1608 1608 // int n; 1609 1609 // psPolynomial1D **spline; 1610 // float *p_psDeriv2; 1610 1611 // float *domains; 1611 1612 //} psSpline1D; … … 1639 1640 (tmp->spline)[i] = psPolynomial1DAlloc(order+1, PS_POLYNOMIAL_ORD); 1640 1641 } 1642 1643 // This should be set by the psVectorFitSpline1D() 1644 tmp->p_psDeriv2 = NULL; 1641 1645 1642 1646 tmp->domains = (float *) psAlloc((numSplines+1) * sizeof(float));
Note:
See TracChangeset
for help on using the changeset viewer.
