Index: trunk/psLib/src/math/psStats.h
===================================================================
--- trunk/psLib/src/math/psStats.h	(revision 10550)
+++ trunk/psLib/src/math/psStats.h	(revision 11155)
@@ -9,6 +9,6 @@
  *  @author GLG, MHPCC
  *
- *  @version $Revision: 1.57 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-12-08 11:38:54 $
+ *  @version $Revision: 1.58 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2007-01-19 04:32:27 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -50,4 +50,6 @@
     PS_STAT_FITTED_MEAN_V2  = 0x008000, ///< Fitted Mean
     PS_STAT_FITTED_STDEV_V2 = 0x010000, ///< Fitted Standard Deviation
+    PS_STAT_FITTED_MEAN_V3  = 0x020000, ///< Fitted Mean
+    PS_STAT_FITTED_STDEV_V3 = 0x040000, ///< Fitted Standard Deviation
 } psStatsOptions;
 
