Changeset 5091 for trunk/psLib/test/math/tst_psFunc02.c
- Timestamp:
- Sep 21, 2005, 5:00:31 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/math/tst_psFunc02.c (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/math/tst_psFunc02.c
r4973 r5091 51 51 testStatus = false; 52 52 } 53 if ((tmpSpline->spline[i])-> n != LINEAR+1) {54 printf("ERROR: Spline created with order %d\n", (tmpSpline->spline[i])-> n);53 if ((tmpSpline->spline[i])->COOL_1D_n != LINEAR+1) { 54 printf("ERROR: Spline created with order %d\n", (tmpSpline->spline[i])->COOL_1D_n); 55 55 testStatus = false; 56 56 } … … 133 133 testStatus = false; 134 134 } 135 if ((tmpSpline->spline[i])-> n != LINEAR+1) {136 printf("ERROR: Spline created with order %d\n", (tmpSpline->spline[i])-> n);135 if ((tmpSpline->spline[i])->COOL_1D_n != LINEAR+1) { 136 printf("ERROR: Spline created with order %d\n", (tmpSpline->spline[i])->COOL_1D_n); 137 137 testStatus = false; 138 138 } … … 188 188 testStatus = false; 189 189 } 190 if ((tmpSpline->spline[i])-> n != CUBIC+1) {191 printf("ERROR: Spline created with order %d\n", (tmpSpline->spline[i])-> n);190 if ((tmpSpline->spline[i])->COOL_1D_n != CUBIC+1) { 191 printf("ERROR: Spline created with order %d\n", (tmpSpline->spline[i])->COOL_1D_n); 192 192 testStatus = false; 193 193 } … … 270 270 testStatus = false; 271 271 } 272 if ((tmpSpline->spline[i])-> n != CUBIC+1) {273 printf("ERROR: Spline created with order %d\n", (tmpSpline->spline[i])-> n);272 if ((tmpSpline->spline[i])->COOL_1D_n != CUBIC+1) { 273 printf("ERROR: Spline created with order %d\n", (tmpSpline->spline[i])->COOL_1D_n); 274 274 testStatus = false; 275 275 } … … 330 330 testStatus = false; 331 331 } 332 if ((tmpSpline->spline[i])-> n != LINEAR+1) {333 printf("ERROR: Spline created with order %d\n", (tmpSpline->spline[i])-> n);332 if ((tmpSpline->spline[i])->COOL_1D_n != LINEAR+1) { 333 printf("ERROR: Spline created with order %d\n", (tmpSpline->spline[i])->COOL_1D_n); 334 334 testStatus = false; 335 335 }
Note:
See TracChangeset
for help on using the changeset viewer.
