Index: trunk/psLib/src/collections/psScalar.h
===================================================================
--- trunk/psLib/src/collections/psScalar.h	(revision 1426)
+++ trunk/psLib/src/collections/psScalar.h	(revision 1440)
@@ -11,6 +11,6 @@
  *  @author Ross Harman, MHPCC
  *
- *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-08-09 22:44:25 $
+ *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-08-09 23:34:57 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -62,8 +62,8 @@
  * Accepts a complex 64 bit float for input value, as max size, but resizes according to
  * correct type.
- * @return psScalar*: Pointer to psScalar.
+ * @return psScalar* : Pointer to psScalar.
  *
  */
-psScalar *psScalarAlloc(psC64 value,    ///< Data to be put into psScalar.
+psScalar* psScalarAlloc(psC64 value,    ///< Data to be put into psScalar.
                         psElemType dataType     ///< Type of data to be held by psScalar.
                        );
@@ -76,5 +76,5 @@
  *
  */
-void psScalarFree(psScalar * restrict scalar    ///< Scalar to free.
+void psScalarFree(psScalar* restrict scalar    ///< Scalar to free.
                  );
 
