IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

....

File:
1 edited

Legend:

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

    r4968 r4969  
    77*  splines.
    88*
    9 *  @version $Revision: 1.119 $ $Name: not supported by cvs2svn $
    10 *  @date $Date: 2005-09-07 23:53:00 $
     9*  @version $Revision: 1.120 $ $Name: not supported by cvs2svn $
     10*  @date $Date: 2005-09-08 00:02:48 $
    1111*
    1212*
     
    6161/* FUNCTION IMPLEMENTATION - LOCAL                                           */
    6262/*****************************************************************************/
     63
     64bool psMemCheckSpline1D(psPtr ptr)
     65{
     66    return ( psMemGetDeallocator(ptr) == (psFreeFunc)spline1DFree );
     67}
    6368
    6469static void spline1DFree(psSpline1D *tmpSpline)
Note: See TracChangeset for help on using the changeset viewer.