Index: trunk/archive/pslib/include/psMath.h
===================================================================
--- trunk/archive/pslib/include/psMath.h	(revision 247)
+++ trunk/archive/pslib/include/psMath.h	(revision 253)
@@ -15,5 +15,5 @@
 	double d;			///< double value entry
 	complex float c;		///< complex value entry
-    }
+    } val;
 } p_psScalar;
 
@@ -30,13 +30,13 @@
 psUnaryOp (void *out,			///< destination (may be NULL) 
 	   void *in,			///< input
-	   char *operator,		///< operator 
+	   char *operator		///< operator 
 );
 
 /** create a psType-ed structure from a constant double value. */
-p_ps_Scalar *
+p_psScalar *
 psScalar (double value);
 
 /** create a psType-ed structure from a specified type  */
-p_ps_Scalar *
+p_psScalar *
 psScalarType (char *mode, 		///< type description 
 	      ...			///< value (or values) of specified types
