Changeset 4315 for trunk/psLib/src/math/psStats.h
- Timestamp:
- Jun 17, 2005, 4:30:50 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psStats.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psStats.h
r4293 r4315 14 14 * @author GLG, MHPCC 15 15 * 16 * @version $Revision: 1.4 3$ $Name: not supported by cvs2svn $17 * @date $Date: 2005-06-1 7 00:11:05$16 * @version $Revision: 1.44 $ $Name: not supported by cvs2svn $ 17 * @date $Date: 2005-06-18 02:30:49 $ 18 18 * 19 19 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 136 136 */ 137 137 psHistogram* psHistogramAlloc( 138 psF32lower, ///< Lower limit for the bins139 psF32upper, ///< Upper limit for the bins140 psS32 n///< Number of bins138 float lower, ///< Lower limit for the bins 139 float upper, ///< Upper limit for the bins 140 int n ///< Number of bins 141 141 ); 142 142
Note:
See TracChangeset
for help on using the changeset viewer.
