Index: trunk/archive/pslib/include/psStats.h
===================================================================
--- trunk/archive/pslib/include/psStats.h	(revision 153)
+++ trunk/archive/pslib/include/psStats.h	(revision 160)
@@ -31,5 +31,5 @@
 /** Constructor */
 psHistogram *
-psHistogramNew(float lower,		//!< Lower limit for the bins
+psHistogramAlloc(float lower,		//!< Lower limit for the bins
 	       float upper,		//!< Upper limit for the bins
 	       float size		//!< Size of the bins
@@ -38,5 +38,5 @@
 /** Generic constructor */
 psHistogram *
-psHistogramNewGeneric(const psFloatArray *restrict lower, //!< Lower bounds for the bins
+psHistogramAllocGeneric(const psFloatArray *restrict lower, //!< Lower bounds for the bins
 		      const psFloatArray *restrict upper, //!< Upper bounds for the bins
 		      float minVal,	//!< Minimum value
@@ -46,5 +46,5 @@
 /** Destructor */
 void
-psHistogramDel(psHistogram *restrict myHist //!< Histogram to destroy
+psHistogramFree(psHistogram *restrict myHist //!< Histogram to destroy
     );
 
