Index: /trunk/archive/pslib/include/psType.h
===================================================================
--- /trunk/archive/pslib/include/psType.h	(revision 1572)
+++ /trunk/archive/pslib/include/psType.h	(revision 1573)
@@ -20,5 +20,6 @@
     PS_TYPE_F64,			///< Double-precision floating point
     PS_TYPE_C32,			///< Complex numbers consisting of floating point
-    PS_TYPE_OTHER,			///< Something else that's not supported for arithmetic
+    PS_TYPE_C64,                        ///< Complex numbers consisting of doubles
+    PS_TYPE_OTHER			///< Something else that's not supported for arithmetic
 } psElemType;
 
@@ -34,6 +35,6 @@
 /** The type of a data type */
 typedef struct {
+    psDimen dimen;			///< The dimensionality
     psElemType type;			///< The type
-    psDimen dimen;			///< The dimensionality
 } psType;
 
@@ -47,4 +48,5 @@
 typedef double         psF64;		///< BITPIX -64 (double)
 typedef complex float  psC32;
+typedef complex double psC64;
 
 typedef int8_t         psS8;
