Changeset 4225 for trunk/psLib/src/math/psStats.c
- Timestamp:
- Jun 13, 2005, 10:18:18 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psStats.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psStats.c
r4162 r4225 14 14 * stats->binsize 15 15 * 16 * @version $Revision: 1.13 2$ $Name: not supported by cvs2svn $17 * @date $Date: 2005-06- 08 23:40:45$16 * @version $Revision: 1.133 $ $Name: not supported by cvs2svn $ 17 * @date $Date: 2005-06-13 20:18:18 $ 18 18 * 19 19 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 77 77 psBool p_psGetStatValue(const psStats* stats, psF64 *value) 78 78 { 79 80 79 switch (stats->options & ~(PS_STAT_USE_RANGE | PS_STAT_USE_BINSIZE | PS_STAT_ROBUST_FOR_SAMPLE)) { 81 80 case PS_STAT_SAMPLE_MEAN:
Note:
See TracChangeset
for help on using the changeset viewer.
