Index: trunk/psLib/src/sysUtils/psType.h
===================================================================
--- trunk/psLib/src/sysUtils/psType.h	(revision 2600)
+++ trunk/psLib/src/sysUtils/psType.h	(revision 2607)
@@ -11,6 +11,6 @@
 *  @author Ross Harman, MHPCC
 *
-*  @version $Revision: 1.23 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2004-10-27 00:57:31 $
+*  @version $Revision: 1.24 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2004-12-03 23:16:05 $
 *
 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -57,17 +57,18 @@
 
 typedef enum {
-    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_PTR = 0x0000               ///< Something else that's not supported for arithmetic.
+    PS_TYPE_BOOL = 0x0100,             ///< 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_PTR  = 0x0000              ///< Something else that's not supported for arithmetic.
 } psElemType;
 
