IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 15, 2004, 1:35:34 PM (22 years ago)
Author:
evanalst
Message:

Add memory deallocator set to psSpline1DAllocGeneric.

File:
1 edited

Legend:

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

    r2607 r2716  
    77 *  polynomials.  It also contains a Gaussian functions.
    88 *
    9  *  @version $Revision: 1.71 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2004-12-03 23:15:32 $
     9 *  @version $Revision: 1.72 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2004-12-15 23:35:34 $
    1111 *
    1212 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    18981898    }
    18991899
     1900    p_psMemSetDeallocator(tmp,(psFreeFcn)spline1DFree);
    19001901    return(tmp);
    19011902}
Note: See TracChangeset for help on using the changeset viewer.