Changeset 8468 for trunk/psLib/src/math/psStats.h
- Timestamp:
- Aug 22, 2006, 5:02:08 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psStats.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psStats.h
r7999 r8468 14 14 * @author GLG, MHPCC 15 15 * 16 * @version $Revision: 1.5 5$ $Name: not supported by cvs2svn $17 * @date $Date: 2006-0 7-28 00:44:05$16 * @version $Revision: 1.56 $ $Name: not supported by cvs2svn $ 17 * @date $Date: 2006-08-22 15:02:08 $ 18 18 * 19 19 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 200 200 psString psStatsToString(const psStats *stats); 201 201 // Is only a single statistics option set? 202 inlinepsStatsOptions psStatsSingleOption(psStatsOptions option);202 psStatsOptions psStatsSingleOption(psStatsOptions option); 203 203 // Return a particular stats value 204 inlinedouble psStatsGetValue(const psStats *stats, psStatsOptions option);204 double psStatsGetValue(const psStats *stats, psStatsOptions option); 205 205 206 206 /// @}
Note:
See TracChangeset
for help on using the changeset viewer.
