Changeset 4315 for trunk/psLib/src/math/psStats.c
- Timestamp:
- Jun 17, 2005, 4:30:50 PM (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
r4225 r4315 14 14 * stats->binsize 15 15 * 16 * @version $Revision: 1.13 3$ $Name: not supported by cvs2svn $17 * @date $Date: 2005-06-1 3 20:18:18$16 * @version $Revision: 1.134 $ $Name: not supported by cvs2svn $ 17 * @date $Date: 2005-06-18 02:30:49 $ 18 18 * 19 19 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 1798 1798 The histogram structure 1799 1799 *****************************************************************************/ 1800 psHistogram* psHistogramAlloc( psF32 lower, psF32 upper, psS32n)1800 psHistogram* psHistogramAlloc(float lower, float upper, int n) 1801 1801 { 1802 1802 PS_ASSERT_INT_POSITIVE(n, NULL);
Note:
See TracChangeset
for help on using the changeset viewer.
