Changeset 2846 for trunk/psLib/test/dataManip/tst_psFunc04.c
- Timestamp:
- Dec 29, 2004, 12:15:33 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
r2439 r2846 47 47 x = 0.5 + (float) i+1; 48 48 y = psSpline1DEval( 49 x,50 tmpSpline49 tmpSpline, 50 x 51 51 ); 52 52 if (fabs(x-y) > FLT_EPSILON) { … … 102 102 x = 0.5 + (float) i+1; 103 103 y = psSpline1DEval( 104 x,105 tmpSpline104 tmpSpline, 105 x 106 106 ); 107 107 if (fabs(x-y) > FLT_EPSILON) {
Note:
See TracChangeset
for help on using the changeset viewer.
