Changeset 6449 for trunk/psLib/src/math/psStats.c
- Timestamp:
- Feb 17, 2006, 2:56:44 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psStats.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psStats.c
r6437 r6449 16 16 * use ->min and ->max (PS_STAT_USE_RANGE) 17 17 * 18 * @version $Revision: 1.16 8$ $Name: not supported by cvs2svn $19 * @date $Date: 2006-02-1 7 00:56:48$18 * @version $Revision: 1.169 $ $Name: not supported by cvs2svn $ 19 * @date $Date: 2006-02-18 00:56:44 $ 20 20 * 21 21 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 1854 1854 y->data.F32[j] = newHistogramSmoothed->data.F32[i]; 1855 1855 x->data[j] = (psPtr *) psVectorAlloc(1, PS_TYPE_F32); 1856 x->n++; 1856 1857 ((psVector *) x->data[j])->data.F32[0] = PS_BIN_MIDPOINT(newHistogram, i); 1857 1858 j++;
Note:
See TracChangeset
for help on using the changeset viewer.
