Index: trunk/psLib/src/math/psMathUtils.c
===================================================================
--- trunk/psLib/src/math/psMathUtils.c	(revision 17566)
+++ trunk/psLib/src/math/psMathUtils.c	(revision 21389)
@@ -3,6 +3,6 @@
  *  This file contains standard math routines.
  *
- *  @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2008-05-07 23:11:58 $
+ *  @version $Revision: 1.13 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2009-02-06 23:34:03 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -134,5 +134,5 @@
             char* strType;
             PS_TYPE_NAME(strType, x->type.type);
-            psError(PS_ERR_BAD_PARAMETER_TYPE, "psLib type %s is not supported.", strType);
+            psError(PS_ERR_BAD_PARAMETER_TYPE, true, "psLib type %s is not supported.", strType);
 	    *status = PS_BINARY_DISECT_INVALID_TYPE;
             return 0;
@@ -235,5 +235,5 @@
             char* strType;
             PS_TYPE_NAME(strType, x->type.type);
-            psError(PS_ERR_BAD_PARAMETER_TYPE, "psLib type %s is not supported.", strType);
+            psError(PS_ERR_BAD_PARAMETER_TYPE, true, "psLib type %s is not supported.", strType);
             return NULL;
         }
@@ -306,5 +306,5 @@
             char* strType;
             PS_TYPE_NAME(strType, myData->type.type);
-            psError(PS_ERR_BAD_PARAMETER_TYPE, "psLib type %s is not supported.", strType);
+            psError(PS_ERR_BAD_PARAMETER_TYPE, true, "psLib type %s is not supported.", strType);
             break;
         }
