Index: /trunk/psLib/src/sys/psType.h
===================================================================
--- /trunk/psLib/src/sys/psType.h	(revision 777)
+++ /trunk/psLib/src/sys/psType.h	(revision 778)
@@ -19,6 +19,6 @@
  *  @author Ross Harman, MHPCC
  *
- *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-05-18 02:33:59 $
+ *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-05-25 20:29:20 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -68,6 +68,7 @@
     PS_TYPE_COMPLEX_FLOAT    = 0x808,   ///< Complex numbers consisting of single-precision floating point.
     PS_TYPE_COMPLEX_DOUBLE   = 0x810,   ///< Complex numbers consisting of double-precision floating point.
-    PS_TYPE_PTR              = 0x000,   ///< Something else that's not supported for arithmetic.
+    PS_TYPE_OTHER            = 0x000,   ///< Something else that's not supported for arithmetic.
 
+    // Abbreviated versions of the above types
     PS_TYPE_S8               = 0x101,   ///< Character.
     PS_TYPE_S16              = 0x102,   ///< Short integer.
@@ -82,4 +83,6 @@
     PS_TYPE_C32              = 0x808,   ///< Complex numbers consisting of single-precision floating point.
     PS_TYPE_C64              = 0x810,   ///< Complex numbers consisting of double-precision floating point.
+    PS_TYPE_PTR              = 0x000    ///< Something else that's not supported for arithmetic.
+
 } psElemType;
 
Index: /trunk/psLib/src/sysUtils/psType.h
===================================================================
--- /trunk/psLib/src/sysUtils/psType.h	(revision 777)
+++ /trunk/psLib/src/sysUtils/psType.h	(revision 778)
@@ -19,6 +19,6 @@
  *  @author Ross Harman, MHPCC
  *
- *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-05-18 02:33:59 $
+ *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-05-25 20:29:20 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -68,6 +68,7 @@
     PS_TYPE_COMPLEX_FLOAT    = 0x808,   ///< Complex numbers consisting of single-precision floating point.
     PS_TYPE_COMPLEX_DOUBLE   = 0x810,   ///< Complex numbers consisting of double-precision floating point.
-    PS_TYPE_PTR              = 0x000,   ///< Something else that's not supported for arithmetic.
+    PS_TYPE_OTHER            = 0x000,   ///< Something else that's not supported for arithmetic.
 
+    // Abbreviated versions of the above types
     PS_TYPE_S8               = 0x101,   ///< Character.
     PS_TYPE_S16              = 0x102,   ///< Short integer.
@@ -82,4 +83,6 @@
     PS_TYPE_C32              = 0x808,   ///< Complex numbers consisting of single-precision floating point.
     PS_TYPE_C64              = 0x810,   ///< Complex numbers consisting of double-precision floating point.
+    PS_TYPE_PTR              = 0x000    ///< Something else that's not supported for arithmetic.
+
 } psElemType;
 
