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_psFunc07.c

    r1858 r1861  
    11/*****************************************************************************
    2     This routine must ensure that the psSpline1DEval() function works
    3     properly.  It creates a spline with psSpline1DAlloc(), creates a set of
    4     data values, sets the spline polynomials with psSpline1DGen(), then
    5     calls psSpline1DEval() on new data values and ensures that the results
    6     are correct.
     2This routine must ensure that the psVectorFitSpline1D() function works
     3properly.  It creates a spline with psSpline1DAlloc(), creates a set of data
     4values, sets the spline polynomials with psVectorFitSpline1D(), then calls
     5psSpline1DEval() on new data values and ensures that the results are correct.
    76 
    8     XXX: figure out the memory deallocator
     7XXX: figure out the memory deallocator
     8 
     9XXX: The interpolated values are not all that good.  However, they do agree
     10with the NR version of the code.
    911 *****************************************************************************/
    1012#include <stdio.h>
Note: See TracChangeset for help on using the changeset viewer.