Index: trunk/psLib/src/math/psStats.h
===================================================================
--- trunk/psLib/src/math/psStats.h	(revision 2347)
+++ trunk/psLib/src/math/psStats.h	(revision 2778)
@@ -10,6 +10,6 @@
  *  @author George Gusciora, MHPCC
  *
- *  @version $Revision: 1.35 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-11-12 20:45:27 $
+ *  @version $Revision: 1.36 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-12-21 20:42:07 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -87,7 +87,8 @@
 psStats* psVectorStats(
     psStats* stats,    ///< stats structure defines stats to be calculated and how
-    psVector* in,    ///< Vector to be analysed: must be F32
+    psVector* in,      ///< Vector to be analysed.
+    psVector* errors,  ///< Errors.
     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
+    psU32 maskVal      ///< Only mask elements with one of these bits set in maskVector
 );
 
@@ -156,4 +157,5 @@
     psHistogram* out,                  ///< Histogram data
     const psVector* restrict in,       ///< Vector to analyse
+    const psVector* restrict errors,   ///< Errors
     const psVector* restrict mask,     ///< Mask dat for input vector
     psU32 maskVal               ///< Mask value
