Index: trunk/archive/pslib/include/psPosition.h
===================================================================
--- trunk/archive/pslib/include/psPosition.h	(revision 209)
+++ trunk/archive/pslib/include/psPosition.h	(revision 226)
@@ -68,5 +68,5 @@
 /** An array of detector positions */
 typedef struct {
-    enum psType type;			//!< Type of data.  THIS STRUCT ELEMENT MUST BE FIRST IN THE STRUCT!
+    psType type;			//!< Type of data.  THIS STRUCT ELEMENT MUST BE FIRST IN THE STRUCT!
     int size;				//!< Total number of elements available
     int n;				//!< Number of elements in use
@@ -112,5 +112,5 @@
 /** An array of sky positions */
 typedef struct {
-    enum psType type;			//!< Type of data.  THIS STRUCT ELEMENT MUST BE FIRST IN THE STRUCT!
+    psType type;			//!< Type of data.  THIS STRUCT ELEMENT MUST BE FIRST IN THE STRUCT!
     int size;				//!< Total number of elements available
     int n;				//!< Number of elements in use
