Index: trunk/psLib/src/math/psStats.h
===================================================================
--- trunk/psLib/src/math/psStats.h	(revision 14452)
+++ trunk/psLib/src/math/psStats.h	(revision 14931)
@@ -8,6 +8,6 @@
  * @author GLG, MHPCC
  *
- * @version $Revision: 1.62 $ $Name: not supported by cvs2svn $
- * @date $Date: 2007-08-09 01:40:07 $
+ * @version $Revision: 1.63 $ $Name: not supported by cvs2svn $
+ * @date $Date: 2007-09-20 23:59:03 $
  * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
  */
@@ -51,6 +51,6 @@
     PS_STAT_USE_RANGE       = 0x100000, ///< Range
     PS_STAT_USE_BINSIZE     = 0x200000, ///< Binsize
-    PS_STAT_SPARE2          = 0x400000, ///< Spare 2
-    PS_STAT_SPARE3          = 0x800000, ///< Spare 3
+    PS_STAT_FITTED_MEAN_V4  = 0x400000, ///< Fitted Mean
+    PS_STAT_FITTED_STDEV_V4 = 0x800000, ///< Fitted Standard Deviation
 } psStatsOptions;
 
@@ -131,4 +131,7 @@
 );
 
+// reset the values which are output, and which may be used from one psStats stage to the next
+void psStatsInit(psStats *stats);
+
 // Get the statistics option from a string
 psStatsOptions psStatsOptionFromString(const char *string);
