Index: /trunk/psLib/src/imageops/psImageStats.c
===================================================================
--- /trunk/psLib/src/imageops/psImageStats.c	(revision 4969)
+++ /trunk/psLib/src/imageops/psImageStats.c	(revision 4970)
@@ -9,6 +9,6 @@
  *  @author GLG, MHPCC
  *
- *  @version $Revision: 1.76 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-07-12 19:33:49 $
+ *  @version $Revision: 1.77 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-09-08 00:07:59 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -27,5 +27,5 @@
 #include "psStats.h"
 #include "psImage.h"
-#include "psFunctions.h"
+#include "psPolynomial.h"
 #include "psImageStats.h"
 #include "psConstants.h"
Index: /trunk/psLib/src/imageops/psImageStats.h
===================================================================
--- /trunk/psLib/src/imageops/psImageStats.h	(revision 4969)
+++ /trunk/psLib/src/imageops/psImageStats.h	(revision 4970)
@@ -9,6 +9,6 @@
 *  @author GLG, MHPCC
 *
-*  @version $Revision: 1.24 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2005-06-25 00:51:28 $
+*  @version $Revision: 1.25 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2005-09-08 00:07:59 $
 *
 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -21,5 +21,5 @@
 #include "psImage.h"
 #include "psStats.h"
-#include "psFunctions.h"
+#include "psPolynomial.h"
 
 /// @addtogroup ImageStats
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);
