Changeset 11674 for trunk/psLib/src/math/psHistogram.c
- Timestamp:
- Feb 6, 2007, 3:15:50 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psHistogram.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psHistogram.c
r10999 r11674 5 5 * @author GLG (MHPCC), EAM (IfA) 6 6 * 7 * @version $Revision: 1. 2$ $Name: not supported by cvs2svn $8 * @date $Date: 2007-0 1-09 22:38:53$7 * @version $Revision: 1.3 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2007-02-07 01:15:49 $ 9 9 * 10 10 * Copyright 2006 IfA, University of Hawaii … … 127 127 static void histogramFree(psHistogram* myHist) 128 128 { 129 psFree( myHist->bounds);129 psFree((void *)myHist->bounds); 130 130 psFree(myHist->nums); 131 131 }
Note:
See TracChangeset
for help on using the changeset viewer.
