Index: trunk/psLib/src/math/psSpline.c
===================================================================
--- trunk/psLib/src/math/psSpline.c	(revision 2439)
+++ trunk/psLib/src/math/psSpline.c	(revision 2607)
@@ -7,6 +7,6 @@
  *  polynomials.  It also contains a Gaussian functions.
  *
- *  @version $Revision: 1.70 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-11-24 22:33:21 $
+ *  @version $Revision: 1.71 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-12-03 23:15:32 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -2017,4 +2017,9 @@
                 PS_ERRORTEXT_psFunctions_TYPE_NOT_SUPPORTED,
                 strType);
+    case PS_TYPE_BOOL:
+        PS_TYPE_NAME(strType,x->type.type);
+        psError(PS_ERR_BAD_PARAMETER_TYPE,
+                PS_ERRORTEXT_psFunctions_TYPE_NOT_SUPPORTED,
+                strType);
     }
     return(-3);
