Changeset 14931 for trunk/psLib/src/math/psStats.h
- Timestamp:
- Sep 20, 2007, 1:59:03 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psStats.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psStats.h
r14452 r14931 8 8 * @author GLG, MHPCC 9 9 * 10 * @version $Revision: 1.6 2$ $Name: not supported by cvs2svn $11 * @date $Date: 2007-0 8-09 01:40:07$10 * @version $Revision: 1.63 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2007-09-20 23:59:03 $ 12 12 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 13 13 */ … … 51 51 PS_STAT_USE_RANGE = 0x100000, ///< Range 52 52 PS_STAT_USE_BINSIZE = 0x200000, ///< Binsize 53 PS_STAT_ SPARE2 = 0x400000, ///< Spare 254 PS_STAT_ SPARE3 = 0x800000, ///< Spare 353 PS_STAT_FITTED_MEAN_V4 = 0x400000, ///< Fitted Mean 54 PS_STAT_FITTED_STDEV_V4 = 0x800000, ///< Fitted Standard Deviation 55 55 } psStatsOptions; 56 56 … … 131 131 ); 132 132 133 // reset the values which are output, and which may be used from one psStats stage to the next 134 void psStatsInit(psStats *stats); 135 133 136 // Get the statistics option from a string 134 137 psStatsOptions psStatsOptionFromString(const char *string);
Note:
See TracChangeset
for help on using the changeset viewer.
