Index: /trunk/psLib/src/sys/psType.h
===================================================================
--- /trunk/psLib/src/sys/psType.h	(revision 6348)
+++ /trunk/psLib/src/sys/psType.h	(revision 6349)
@@ -10,6 +10,6 @@
 *  @author Ross Harman, MHPCC
 *
-*  @version $Revision: 1.45 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2006-02-07 23:36:15 $
+*  @version $Revision: 1.46 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2006-02-08 00:00:35 $
 *
 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -79,17 +79,17 @@
  */
 typedef enum {
-    PS_TYPE_S8,                         ///< Character.
-    PS_TYPE_S16,                        ///< Short integer.
-    PS_TYPE_S32,                        ///< Integer.
-    PS_TYPE_S64,                        ///< Long integer.
-    PS_TYPE_U8,                         ///< Unsigned character.
-    PS_TYPE_U16,                        ///< Unsigned psS16 integer.
-    PS_TYPE_U32,                        ///< Unsigned integer.
-    PS_TYPE_U64,                        ///< Unsigned psS64 integer.
-    PS_TYPE_F32,                        ///< Single-precision Floating point.
-    PS_TYPE_F64,                        ///< Double-precision floating point.
-    PS_TYPE_C32,                        ///< Complex numbers consisting of single-precision floating point.
-    PS_TYPE_C64,                        ///< Complex numbers consisting of double-precision floating point.
-    PS_TYPE_BOOL                        ///< Boolean.
+    PS_TYPE_S8   = 0x0101,             ///< Character.
+    PS_TYPE_S16  = 0x0102,             ///< Short integer.
+    PS_TYPE_S32  = 0x0104,             ///< Integer.
+    PS_TYPE_S64  = 0x0108,             ///< Long integer.
+    PS_TYPE_U8   = 0x0301,             ///< Unsigned character.
+    PS_TYPE_U16  = 0x0302,             ///< Unsigned psS16 integer.
+    PS_TYPE_U32  = 0x0304,             ///< Unsigned integer.
+    PS_TYPE_U64  = 0x0308,             ///< Unsigned psS64 integer.
+    PS_TYPE_F32  = 0x0404,             ///< Single-precision Floating point.
+    PS_TYPE_F64  = 0x0408,             ///< Double-precision floating point.
+    PS_TYPE_C32  = 0x0808,             ///< Complex numbers consisting of single-precision floating point.
+    PS_TYPE_C64  = 0x0810,             ///< Complex numbers consisting of double-precision floating point.
+    PS_TYPE_BOOL = 0x1301              ///< Boolean.
 } psElemType;
 
Index: /trunk/psLib/test/mathtypes/tst_psVector.c
===================================================================
--- /trunk/psLib/test/mathtypes/tst_psVector.c	(revision 6348)
+++ /trunk/psLib/test/mathtypes/tst_psVector.c	(revision 6349)
@@ -14,6 +14,6 @@
  *  @author  Ross Harman, MHPCC
  *
- *  @version $Revision: 1.8 $  $Name: not supported by cvs2svn $
- *  @date  $Date: 2005-12-02 00:51:48 $
+ *  @version $Revision: 1.9 $  $Name: not supported by cvs2svn $
+ *  @date  $Date: 2006-02-08 00:00:36 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -50,4 +50,5 @@
 {
     psLogSetLevel(PS_LOG_INFO);
+    psLogSetFormat("HLNM");
 
     if ( ! runTestSuite(stderr,"psVector",tests,argc,argv) ) {
