Changeset 3026 for trunk/psLib/src/dataManip/psFunctions.c
- Timestamp:
- Jan 17, 2005, 12:17:29 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/dataManip/psFunctions.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/dataManip/psFunctions.c
r3002 r3026 7 7 * polynomials. It also contains a Gaussian functions. 8 8 * 9 * @version $Revision: 1.8 1$ $Name: not supported by cvs2svn $10 * @date $Date: 2005-01-1 4 23:40:24$9 * @version $Revision: 1.82 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2005-01-17 22:17:29 $ 11 11 * 12 12 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 1906 1906 (tmp->spline)[i] = psPolynomial1DAlloc(order+1, PS_POLYNOMIAL_ORD); 1907 1907 } 1908 1909 // This should be set by the psVectorFitSpline1D() 1910 tmp->p_psDeriv2 = NULL; 1908 1911 1909 1912 tmp->domains = (psF32 *) psAlloc((bounds->n) * sizeof(psF32));
Note:
See TracChangeset
for help on using the changeset viewer.
