Changeset 5092 for trunk/psLib/test/math/tst_psFunc02.c
- Timestamp:
- Sep 22, 2005, 10:45:43 AM (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
r5091 r5092 51 51 testStatus = false; 52 52 } 53 if ((tmpSpline->spline[i])->COOL_1D_n != LINEAR +1) {53 if ((tmpSpline->spline[i])->COOL_1D_n != LINEAR) { 54 54 printf("ERROR: Spline created with order %d\n", (tmpSpline->spline[i])->COOL_1D_n); 55 55 testStatus = false; … … 133 133 testStatus = false; 134 134 } 135 if ((tmpSpline->spline[i])->COOL_1D_n != LINEAR +1) {135 if ((tmpSpline->spline[i])->COOL_1D_n != LINEAR) { 136 136 printf("ERROR: Spline created with order %d\n", (tmpSpline->spline[i])->COOL_1D_n); 137 137 testStatus = false; … … 188 188 testStatus = false; 189 189 } 190 if ((tmpSpline->spline[i])->COOL_1D_n != CUBIC +1) {190 if ((tmpSpline->spline[i])->COOL_1D_n != CUBIC) { 191 191 printf("ERROR: Spline created with order %d\n", (tmpSpline->spline[i])->COOL_1D_n); 192 192 testStatus = false; … … 270 270 testStatus = false; 271 271 } 272 if ((tmpSpline->spline[i])->COOL_1D_n != CUBIC +1) {272 if ((tmpSpline->spline[i])->COOL_1D_n != CUBIC) { 273 273 printf("ERROR: Spline created with order %d\n", (tmpSpline->spline[i])->COOL_1D_n); 274 274 testStatus = false; … … 330 330 testStatus = false; 331 331 } 332 if ((tmpSpline->spline[i])->COOL_1D_n != LINEAR +1) {332 if ((tmpSpline->spline[i])->COOL_1D_n != LINEAR) { 333 333 printf("ERROR: Spline created with order %d\n", (tmpSpline->spline[i])->COOL_1D_n); 334 334 testStatus = false;
Note:
See TracChangeset
for help on using the changeset viewer.
