Index: trunk/psLib/src/dataManip/psStats.c
===================================================================
--- trunk/psLib/src/dataManip/psStats.c	(revision 4225)
+++ trunk/psLib/src/dataManip/psStats.c	(revision 4315)
@@ -14,6 +14,6 @@
  *      stats->binsize
  *
- *  @version $Revision: 1.133 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-06-13 20:18:18 $
+ *  @version $Revision: 1.134 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-06-18 02:30:49 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -1798,5 +1798,5 @@
     The histogram structure
  *****************************************************************************/
-psHistogram* psHistogramAlloc(psF32 lower, psF32 upper, psS32 n)
+psHistogram* psHistogramAlloc(float lower, float upper, int n)
 {
     PS_ASSERT_INT_POSITIVE(n, NULL);
