Changeset 1316 for trunk/psLib/src/dataManip/psStats.h
- Timestamp:
- Jul 28, 2004, 3:04:54 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/dataManip/psStats.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/dataManip/psStats.h
r1292 r1316 9 9 * @author George Gusciora, MHPCC 10 10 * 11 * @version $Revision: 1.1 6$ $Name: not supported by cvs2svn $12 * @date $Date: 2004-07-2 4 02:00:21$11 * @version $Revision: 1.17 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2004-07-29 01:04:54 $ 13 13 * 14 14 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 98 98 int minNum; ///< Number below the minimum 99 99 int maxNum; ///< Number above the maximum 100 intuniform; ///< Is it a uniform distribution?100 bool uniform; ///< Is it a uniform distribution? 101 101 } 102 102 psHistogram;
Note:
See TracChangeset
for help on using the changeset viewer.
