Changeset 2439 for trunk/psLib/test/dataManip/tst_psFunc04.c
- Timestamp:
- Nov 24, 2004, 12:33:21 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/dataManip/tst_psFunc04.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/dataManip/tst_psFunc04.c
r2392 r2439 46 46 for (i=0;i<N+1;i++) { 47 47 x = 0.5 + (float) i+1; 48 y = psSpline1DEval(tmpSpline, x); 48 y = psSpline1DEval( 49 x, 50 tmpSpline 51 ); 49 52 if (fabs(x-y) > FLT_EPSILON) { 50 53 printf("ERROR: f(%f) is %f\n", x, y); … … 98 101 for (i=0;i<N+1;i++) { 99 102 x = 0.5 + (float) i+1; 100 y = psSpline1DEval(tmpSpline, x); 103 y = psSpline1DEval( 104 x, 105 tmpSpline 106 ); 101 107 if (fabs(x-y) > FLT_EPSILON) { 102 108 printf("ERROR: f(%f) is %f\n", x, y);
Note:
See TracChangeset
for help on using the changeset viewer.
