Changeset 6204 for trunk/psLib/test/math/tst_psSpline1D.c
- Timestamp:
- Jan 26, 2006, 11:10:22 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/math/tst_psSpline1D.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/math/tst_psSpline1D.c
r5647 r6204 13 13 * @author GLG, MHPCC 14 14 * 15 * @version $Revision: 1. 5$ $Name: not supported by cvs2svn $16 * @date $Date: 200 5-12-01 01:20:38$15 * @version $Revision: 1.6 $ $Name: not supported by cvs2svn $ 16 * @date $Date: 2006-01-26 21:10:22 $ 17 17 * 18 18 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 120 120 tmpSline->spline = (psPolynomial1D **) psAlloc(numSplines * sizeof(psPolynomial1D *)); 121 121 for (psS32 i=0;i<numSplines;i++) { 122 spline->spline[i] = psPolynomial1DAlloc( 3, PS_POLYNOMIAL_ORD);122 spline->spline[i] = psPolynomial1DAlloc(PS_POLYNOMIAL_ORD, 3); 123 123 } 124 124 */
Note:
See TracChangeset
for help on using the changeset viewer.
