Index: trunk/psLib/src/dataManip/psFunctions.c
===================================================================
--- trunk/psLib/src/dataManip/psFunctions.c	(revision 3405)
+++ trunk/psLib/src/dataManip/psFunctions.c	(revision 3671)
@@ -7,6 +7,6 @@
  *  polynomials.  It also contains a Gaussian functions.
  *
- *  @version $Revision: 1.94 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-03-10 22:33:57 $
+ *  @version $Revision: 1.95 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-04-06 01:12:58 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -1985,4 +1985,5 @@
                 PS_ERRORTEXT_psFunctions_TYPE_NOT_SUPPORTED,
                 strType);
+        return 0;
     case PS_TYPE_C64:
         PS_TYPE_NAME(strType,x->type.type);
@@ -1990,9 +1991,5 @@
                 PS_ERRORTEXT_psFunctions_TYPE_NOT_SUPPORTED,
                 strType);
-    case PS_TYPE_PTR:
-        PS_TYPE_NAME(strType,x->type.type);
-        psError(PS_ERR_BAD_PARAMETER_TYPE,
-                PS_ERRORTEXT_psFunctions_TYPE_NOT_SUPPORTED,
-                strType);
+        return 0;
     case PS_TYPE_BOOL:
         PS_TYPE_NAME(strType,x->type.type);
@@ -2000,4 +1997,5 @@
                 PS_ERRORTEXT_psFunctions_TYPE_NOT_SUPPORTED,
                 strType);
+        return 0;
     }
     return(-3);
