Index: trunk/psLib/src/math/psStats.h
===================================================================
--- trunk/psLib/src/math/psStats.h	(revision 18876)
+++ trunk/psLib/src/math/psStats.h	(revision 21183)
@@ -8,6 +8,6 @@
  * @author GLG, MHPCC
  *
- * @version $Revision: 1.65 $ $Name: not supported by cvs2svn $
- * @date $Date: 2008-08-03 20:55:09 $
+ * @version $Revision: 1.66 $ $Name: not supported by cvs2svn $
+ * @date $Date: 2009-01-27 06:39:38 $
  * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
  */
@@ -96,9 +96,9 @@
  */
 bool psVectorStats(
-    psStats* stats,                    ///< stats structure defines stats to be calculated and how
-    const psVector* in,                ///< Vector to be analysed.
-    const psVector* errors,            ///< Errors.
-    const psVector* mask,              ///< Ignore elements where (maskVector & maskVal) != 0: must be INT or NULL
-    psMaskType maskVal                 ///< Only mask elements with one of these bits set in maskVector
+    psStats* stats,	       ///< stats structure defines stats to be calculated and how
+    const psVector* in,			///< Vector to be analysed.
+    const psVector* errors,		///< Errors.
+    const psVector* mask, ///< Ignore elements where (maskVector & maskVal) != 0: must be INT or NULL
+    psVectorMaskType maskVal ///< Only mask elements with one of these bits set in maskVector
 );
 
