IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 22, 2004, 8:12:22 PM (22 years ago)
Author:
gusciora
Message:

removed the old 1d Spline Gen function.

File:
1 edited

Legend:

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

    r1811 r1861  
    22    This routine must ensure that the psSpline1DEval() function works
    33    properly.  It creates a spline with psSpline1DAlloc(), creates a set of
    4     data values, sets the spline polynomials with psSpline1DGen(), then
     4    data values, sets the spline polynomials with psVectorFitSpline1D(), then
    55    calls psSpline1DEval() on new data values and ensures that the results
    66    are correct.
     
    4141        data->data.F32[i] = tmpSpline->domains[i];
    4242    }
     43    psVectorFitSpline1D(tmpSpline, data, data, NULL);
    4344
    44     psSpline1DGen(tmpSpline, data);
    4545    for (i=0;i<N+1;i++) {
    4646        x = 0.5 + (float) i+1;
Note: See TracChangeset for help on using the changeset viewer.