IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 26, 2005, 10:41:04 AM (21 years ago)
Author:
gusciora
Message:

Substituted knots for domains in the spline structs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/dataManip/tst_psFunc07.c

    r2439 r3096  
    5454
    5555    for (i=0;i<NUM_SPLINES+1;i++) {
    56         x->data.F32[i] = tmpSpline->domains[i];
     56        x->data.F32[i] = tmpSpline->knots->data.F32[i];
    5757        y->data.F32[i] = myFunc(x->data.F32[i]);
    5858    }
     
    126126
    127127    for (i=0;i<NUM_SPLINES+1;i++) {
    128         x->data.F64[i] = tmpSpline->domains[i];
     128        x->data.F64[i] = tmpSpline->knots->data.F32[i];
    129129        y->data.F64[i] = myFunc(x->data.F64[i]);
    130130    }
Note: See TracChangeset for help on using the changeset viewer.