Index: trunk/psLib/src/math/psStats.h
===================================================================
--- trunk/psLib/src/math/psStats.h	(revision 1316)
+++ trunk/psLib/src/math/psStats.h	(revision 1322)
@@ -9,6 +9,6 @@
  *  @author George Gusciora, MHPCC
  *
- *  @version $Revision: 1.17 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-07-29 01:04:54 $
+ *  @version $Revision: 1.18 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-07-29 01:59:06 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -114,8 +114,8 @@
 
 /** Calculate a histogram \ingroup MathGroup **/
-psHistogram *psHistogramVector (psHistogram *out,   ///< Histogram data
+psHistogram *psVectorHistogram (psHistogram *out,   ///< Histogram data
                                 const psVector *restrict in,       ///< Vector to analyse
                                 const psVector *restrict mask,     ///< Mask dat for input vector
-                                int maskVal);       ///< Mask value
+                                unsigned int maskVal);       ///< Mask value
 
 bool p_psGetStatValue(
