Changeset 5092 for trunk/psLib/test/math/tst_psFunc03.c
- Timestamp:
- Sep 22, 2005, 10:45:43 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/math/tst_psFunc03.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/math/tst_psFunc03.c
r4973 r5092 56 56 testStatus = false; 57 57 } 58 if ((tmpSpline->spline[i])-> n != LINEAR+1) {59 printf("ERROR: Spline created with order %d\n", (tmpSpline->spline[i])-> n);58 if ((tmpSpline->spline[i])->COOL_1D_n != LINEAR) { 59 printf("ERROR: Spline created with order %d\n", (tmpSpline->spline[i])->COOL_1D_n); 60 60 testStatus = false; 61 61 } … … 117 117 testStatus = false; 118 118 } 119 if ((tmpSpline->spline[i])-> n != CUBIC+1) {120 printf("ERROR: Spline created with order %d\n", (tmpSpline->spline[i])-> n);119 if ((tmpSpline->spline[i])->COOL_1D_n != CUBIC) { 120 printf("ERROR: Spline created with order %d\n", (tmpSpline->spline[i])->COOL_1D_n); 121 121 testStatus = false; 122 122 }
Note:
See TracChangeset
for help on using the changeset viewer.
