Changeset 7914 for trunk/psLib/src/math/psSpline.c
- Timestamp:
- Jul 14, 2006, 4:57:12 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psSpline.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psSpline.c
r7766 r7914 6 6 * This file contains the routines that allocate, free, and evaluate splines. 7 7 * 8 * @version $Revision: 1.1 49$ $Name: not supported by cvs2svn $9 * @date $Date: 2006-0 6-30 02:20:06$8 * @version $Revision: 1.150 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2006-07-15 02:57:12 $ 10 10 * 11 11 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 168 168 bool psMemCheckSpline1D(psPtr ptr) 169 169 { 170 if (!is_psType(ptr)) { 171 return false; 172 } 170 173 return ( psMemGetDeallocator(ptr) == (psFreeFunc)spline1DFree ); 171 174 }
Note:
See TracChangeset
for help on using the changeset viewer.
