IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 7, 2005, 2:07:59 PM (21 years ago)
Author:
gusciora
Message:

Split of psFunctions to psSpline and psPolynomial.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/math/psPolynomial.c

    r4969 r4970  
    77*  polynomials.  It also contains a Gaussian functions.
    88*
    9 *  @version $Revision: 1.117 $ $Name: not supported by cvs2svn $
    10 *  @date $Date: 2005-09-08 00:02:48 $
     9*  @version $Revision: 1.118 $ $Name: not supported by cvs2svn $
     10*  @date $Date: 2005-09-08 00:07:59 $
    1111*
    1212*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    8282{
    8383    return ( psMemGetDeallocator(ptr) == (psFreeFunc)polynomial4DFree );
    84 }
    85 
    86 bool psMemCheckSpline1D(psPtr ptr)
    87 {
    88     return ( psMemGetDeallocator(ptr) == (psFreeFunc)spline1DFree );
    8984}
    9085
Note: See TracChangeset for help on using the changeset viewer.