Index: trunk/psLib/src/math/psStats.h
===================================================================
--- trunk/psLib/src/math/psStats.h	(revision 3264)
+++ trunk/psLib/src/math/psStats.h	(revision 3547)
@@ -4,5 +4,5 @@
  *  @ingroup Stats
  *
- *  This file will hold the definition of the histogram and stats data
+xd *  This file will hold the definition of the histogram and stats data
  *  structures.  It also contains prototypes for procedures which operate
  *  on those data structures.
@@ -10,6 +10,6 @@
  *  @author George Gusciora, MHPCC
  *
- *  @version $Revision: 1.39 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-02-17 19:26:23 $
+ *  @version $Revision: 1.40 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-03-29 22:34:59 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -87,7 +87,7 @@
 psStats* psVectorStats(
     psStats* stats,    ///< stats structure defines stats to be calculated and how
-    psVector* in,      ///< Vector to be analysed.
-    psVector* errors,  ///< Errors.
-    psVector* mask,    ///< Ignore elements where (maskVector & maskVal) != 0: must be INT or NULL
+    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
     psU32 maskVal      ///< Only mask elements with one of these bits set in maskVector
 );
