Changeset 3682 for trunk/psLib/src/math/psStats.c
- Timestamp:
- Apr 7, 2005, 10:27:42 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psStats.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psStats.c
r3551 r3682 9 9 * @author GLG, MHPCC 10 10 * 11 * @version $Revision: 1.12 4$ $Name: not supported by cvs2svn $12 * @date $Date: 2005-0 3-29 22:51:24$11 * @version $Revision: 1.125 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2005-04-07 20:27:41 $ 13 13 * 14 14 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 1833 1833 // bins, then there are N+1 bounds to those bins. 1834 1834 newHist = (psHistogram* ) psAlloc(sizeof(psHistogram)); 1835 p _psMemSetDeallocator(newHist, (psFreeFcn) histogramFree);1835 psMemSetDeallocator(newHist, (psFreeFcn) histogramFree); 1836 1836 newHist->bounds = psVectorAlloc(n + 1, PS_TYPE_F32); 1837 1837 newHist->bounds->n = newHist->bounds->nalloc; … … 1880 1880 // Allocate memory for the new histogram structure. 1881 1881 newHist = (psHistogram* ) psAlloc(sizeof(psHistogram)); 1882 p _psMemSetDeallocator(newHist, (psFreeFcn) histogramFree);1882 psMemSetDeallocator(newHist, (psFreeFcn) histogramFree); 1883 1883 newHist->bounds = psVectorAlloc(bounds->n, PS_TYPE_F32); 1884 1884 newHist->bounds->n = newHist->bounds->nalloc;
Note:
See TracChangeset
for help on using the changeset viewer.
