Index: trunk/psLib/src/math/psStats.h
===================================================================
--- trunk/psLib/src/math/psStats.h	(revision 4293)
+++ trunk/psLib/src/math/psStats.h	(revision 4315)
@@ -14,6 +14,6 @@
  *  @author GLG, MHPCC
  *
- *  @version $Revision: 1.43 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-06-17 00:11:05 $
+ *  @version $Revision: 1.44 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-06-18 02:30:49 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -136,7 +136,7 @@
  */
 psHistogram* psHistogramAlloc(
-    psF32 lower,                       ///< Lower limit for the bins
-    psF32 upper,                       ///< Upper limit for the bins
-    psS32 n                            ///< Number of bins
+    float lower,                       ///< Lower limit for the bins
+    float upper,                       ///< Upper limit for the bins
+    int n                              ///< Number of bins
 );
 
