Index: trunk/psLib/src/dataManip/psFunctions.c
===================================================================
--- trunk/psLib/src/dataManip/psFunctions.c	(revision 2221)
+++ trunk/psLib/src/dataManip/psFunctions.c	(revision 2224)
@@ -7,6 +7,6 @@
  *  polynomials.  It also contains a Gaussian functions.
  *
- *  @version $Revision: 1.57 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-10-27 23:31:43 $
+ *  @version $Revision: 1.58 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-10-28 00:22:53 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -1670,5 +1670,5 @@
     PS_INT_CHECK_NON_NEGATIVE(numSplines, NULL);
     PS_INT_CHECK_NON_NEGATIVE(order, NULL);
-    PS_FLOAT_COMPARE(max, min, NULL);
+    PS_FLOAT_CHECK_NON_EQUAL(max, min, NULL);
 
     psSpline1D *tmp = NULL;
@@ -2124,5 +2124,5 @@
     PS_PTR_CHECK_NULL(spline, NULL);
     PS_VECTOR_CHECK_NULL(x, NULL);
-    PS_VECTOR_CHECK_TYPE(x, PS_TYPE_F32, NULL);
+    PS_VECTOR_CHECK_TYPE_F32_OR_F64(x, NULL);
 
     psS32 i;
