IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 21, 2005, 5:00:31 PM (21 years ago)
Author:
gusciora
Message:

Polynomial nOrder nTerm change.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/math/tst_psFunc02.c

    r4973 r5091  
    5151            testStatus = false;
    5252        }
    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);
    5555            testStatus = false;
    5656        }
     
    133133            testStatus = false;
    134134        }
    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);
    137137            testStatus = false;
    138138        }
     
    188188            testStatus = false;
    189189        }
    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);
    192192            testStatus = false;
    193193        }
     
    270270            testStatus = false;
    271271        }
    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);
    274274            testStatus = false;
    275275        }
     
    330330            testStatus = false;
    331331        }
    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);
    334334            testStatus = false;
    335335        }
Note: See TracChangeset for help on using the changeset viewer.