Changeset 2439 for trunk/psLib/test/dataManip/tst_psFunc07.c
- Timestamp:
- Nov 24, 2004, 12:33:21 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/dataManip/tst_psFunc07.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/dataManip/tst_psFunc07.c
r2392 r2439 70 70 71 71 psVectorFitSpline1D(tmpSpline, x, y, NULL); 72 newY = psSpline1DEvalVector(newX, tmpSpline); 72 newY = psSpline1DEvalVector( 73 tmpSpline, 74 newX 75 ); 73 76 74 77 for (i=OFFSET;i<NUM_SPLINES-OFFSET+1;i++) { … … 139 142 140 143 psVectorFitSpline1D(tmpSpline, x, y, NULL); 141 newY = psSpline1DEvalVector(newX, tmpSpline); 144 newY = psSpline1DEvalVector( 145 tmpSpline, 146 newX 147 ); 142 148 143 149 for (i=OFFSET;i<NUM_SPLINES-OFFSET+1;i++) {
Note:
See TracChangeset
for help on using the changeset viewer.
