Changeset 6204 for trunk/psLib/src/math/psSpline.c
- Timestamp:
- Jan 26, 2006, 11:10:22 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psSpline.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psSpline.c
r6186 r6204 7 7 * splines. 8 8 * 9 * @version $Revision: 1.13 3$ $Name: not supported by cvs2svn $10 * @date $Date: 2006-01-2 3 22:25:31$9 * @version $Revision: 1.134 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2006-01-26 21:10:22 $ 11 11 * 12 12 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 507 507 spline->spline = (psPolynomial1D **) psAlloc(numSplines * sizeof(psPolynomial1D *)); 508 508 for (psS32 i=0;i<numSplines;i++) { 509 spline->spline[i] = psPolynomial1DAlloc( 3, PS_POLYNOMIAL_ORD);509 spline->spline[i] = psPolynomial1DAlloc(PS_POLYNOMIAL_ORD, 3); 510 510 } 511 511
Note:
See TracChangeset
for help on using the changeset viewer.
