Index: trunk/psLib/src/math/psStats.h
===================================================================
--- trunk/psLib/src/math/psStats.h	(revision 2788)
+++ trunk/psLib/src/math/psStats.h	(revision 3115)
@@ -10,6 +10,6 @@
  *  @author George Gusciora, MHPCC
  *
- *  @version $Revision: 1.37 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-12-22 05:09:32 $
+ *  @version $Revision: 1.38 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-02-03 00:54:10 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -143,5 +143,5 @@
  */
 psHistogram* psHistogramAllocGeneric(
-    const psVector* restrict bounds    ///< Bounds for the bins
+    const psVector* bounds             ///< Bounds for the bins
 );
 
@@ -156,8 +156,8 @@
 psHistogram* psVectorHistogram(
     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
+    const psVector* in,                ///< Vector to analyse
+    const psVector* errors,            ///< Errors
+    const psVector* mask,              ///< Mask dat for input vector
+    psU32 maskVal                      ///< Mask value
 );
 
