Index: /trunk/psLib/src/mathtypes/psVector.c
===================================================================
--- /trunk/psLib/src/mathtypes/psVector.c	(revision 7045)
+++ /trunk/psLib/src/mathtypes/psVector.c	(revision 7046)
@@ -9,6 +9,6 @@
 *  @author Robert DeSonia, MHPCC
 *
-*  @version $Revision: 1.70 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2006-05-02 23:02:29 $
+*  @version $Revision: 1.71 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2006-05-03 00:27:51 $
 *
 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -237,5 +237,7 @@
                 char* typeStr;
                 PS_TYPE_NAME(typeStr,type);
-                psError(PS_ERR_BAD_PARAMETER_TYPE, true, PS_ERRORTEXT_psVector_UNSUPPORTED_TYPE, typeStr);
+                psError(PS_ERR_BAD_PARAMETER_TYPE, true,
+                        //                        PS_ERRORTEXT_psVector_UNSUPPORTED_TYPE, typeStr);
+                        "Input psVector is an unsupported type.\n");
                 psFree(output);
                 return NULL;
Index: /trunk/psLib/test/mathtypes/tst_psVectorSort_02.c
===================================================================
--- /trunk/psLib/test/mathtypes/tst_psVectorSort_02.c	(revision 7045)
+++ /trunk/psLib/test/mathtypes/tst_psVectorSort_02.c	(revision 7046)
@@ -14,6 +14,6 @@
  *  @author  Ross Harman, MHPCC
  *
- *  @version $Revision: 1.3 $  $Name: not supported by cvs2svn $
- *  @date  $Date: 2006-05-02 22:35:52 $
+ *  @version $Revision: 1.4 $  $Name: not supported by cvs2svn $
+ *  @date  $Date: 2006-05-03 00:27:51 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -33,5 +33,5 @@
 in->data.datatype[4] = 5+value; \
 out = psVectorSortIndex(out,in); \
-if(out->type.type != PS_TYPE_U32) { \
+if(out->type.type != PS_TYPE_S32) { \
     psError(PS_ERR_UNKNOWN,true,"Output vector is not of type PS_TYPE_U32"); \
     return 1; \
Index: /trunk/psLib/test/mathtypes/verified/tst_psVectorSort_01.stderr
===================================================================
--- /trunk/psLib/test/mathtypes/verified/tst_psVectorSort_01.stderr	(revision 7045)
+++ /trunk/psLib/test/mathtypes/verified/tst_psVectorSort_01.stderr	(revision 7046)
@@ -2,5 +2,5 @@
     Following should generate an error messgae
 <DATE><TIME>|<HOST>|E|psVectorCopy (FILE:LINENO)
-    Input psVector is an unsupported type (0xaacd184f).
+    Input psVector is an unsupported type.
 <DATE><TIME>|<HOST>|E|psVectorSort (FILE:LINENO)
     Error in psVectorSort:  psVectorCopy returned NULL vector!
