Changeset 4969 for trunk/psLib/src/math/psSpline.c
- Timestamp:
- Sep 7, 2005, 2:02:48 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psSpline.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psSpline.c
r4968 r4969 7 7 * splines. 8 8 * 9 * @version $Revision: 1.1 19$ $Name: not supported by cvs2svn $10 * @date $Date: 2005-09-0 7 23:53:00$9 * @version $Revision: 1.120 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2005-09-08 00:02:48 $ 11 11 * 12 12 * … … 61 61 /* FUNCTION IMPLEMENTATION - LOCAL */ 62 62 /*****************************************************************************/ 63 64 bool psMemCheckSpline1D(psPtr ptr) 65 { 66 return ( psMemGetDeallocator(ptr) == (psFreeFunc)spline1DFree ); 67 } 63 68 64 69 static void spline1DFree(psSpline1D *tmpSpline)
Note:
See TracChangeset
for help on using the changeset viewer.
