Index: trunk/psLib/src/math/psPolynomial.c
===================================================================
--- trunk/psLib/src/math/psPolynomial.c	(revision 4969)
+++ trunk/psLib/src/math/psPolynomial.c	(revision 4970)
@@ -7,6 +7,6 @@
 *  polynomials.  It also contains a Gaussian functions.
 *
-*  @version $Revision: 1.117 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2005-09-08 00:02:48 $
+*  @version $Revision: 1.118 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2005-09-08 00:07:59 $
 *
 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -82,9 +82,4 @@
 {
     return ( psMemGetDeallocator(ptr) == (psFreeFunc)polynomial4DFree );
-}
-
-bool psMemCheckSpline1D(psPtr ptr)
-{
-    return ( psMemGetDeallocator(ptr) == (psFreeFunc)spline1DFree );
 }
 
Index: trunk/psLib/src/math/psSpline.c
===================================================================
--- trunk/psLib/src/math/psSpline.c	(revision 4969)
+++ trunk/psLib/src/math/psSpline.c	(revision 4970)
@@ -7,6 +7,6 @@
 *  splines.
 *
-*  @version $Revision: 1.120 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2005-09-08 00:02:48 $
+*  @version $Revision: 1.121 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2005-09-08 00:07:59 $
 *
 *
@@ -270,5 +270,5 @@
 XXX: Is there a psLib function for this?
  *****************************************************************************/
-psVector *PsVectorDup(psVector *in)
+psVector *PsVectorDup2(psVector *in)
 {
     psVector *out = psVectorAlloc(in->n, in->type.type);
@@ -326,5 +326,5 @@
         }
     }
-    tmpSpline->knots = PsVectorDup((psVector *) bounds);
+    tmpSpline->knots = PsVectorDup2((psVector *) bounds);
 
     psMemSetDeallocator(tmpSpline, (psFreeFunc)spline1DFree);
