Index: trunk/archive/pslib/include/psPosition.h
===================================================================
--- trunk/archive/pslib/include/psPosition.h	(revision 160)
+++ trunk/archive/pslib/include/psPosition.h	(revision 183)
@@ -9,6 +9,6 @@
 /** Magic values for errors */
 enum {
-    PS_NO_VALUE = -111.0,		//!< Corresponding value not yet measured
-    PS_NO_ERROR = -222.0		//!< Corresponding value has no error
+    PS_NO_VALUE = -111,			//!< Corresponding value not yet measured
+    PS_NO_ERROR = -222			//!< Corresponding value has no error
 };
 
