Index: trunk/psLib/src/math/psStats.h
===================================================================
--- trunk/psLib/src/math/psStats.h	(revision 7991)
+++ trunk/psLib/src/math/psStats.h	(revision 7999)
@@ -14,6 +14,6 @@
  *  @author GLG, MHPCC
  *
- *  @version $Revision: 1.54 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-07-27 03:51:13 $
+ *  @version $Revision: 1.55 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-07-28 00:44:05 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -190,16 +190,4 @@
 );
 
-/** Extracts the statistic value specified by stats->options.
- *
- *  @return psBool    If more than one statistic result is set in stats->options,
- *                    false is returned and the value parameter is not set,
- *                    otherwise true is returned.
- */
-psBool p_psGetStatValue(
-    const psStats* stats, ///< the statistic struct to operate on
-
-    psF64 *value ///< if return is true, this is set to the specified statistic value by stats->options
-);
-
 
 // Get the statistics option from a string
@@ -211,5 +199,8 @@
 // Generate a string of statistics options from a psStats
 psString psStatsToString(const psStats *stats);
-
+// Is only a single statistics option set?
+inline psStatsOptions psStatsSingleOption(psStatsOptions option);
+// Return a particular stats value
+inline double psStatsGetValue(const psStats *stats, psStatsOptions option);
 
 /// @}
