Mercurial > cgi-bin > hgwebdir.cgi > VMS > C_Libraries > Histogram
diff FloatHist.c @ 4:83a412f2ef98
Added stdio.h and copy-paste error on FreeDblHist to FreeFloatHist
| author | Me |
|---|---|
| date | Tue, 02 Nov 2010 16:47:21 -0700 |
| parents | 3d35477a5121 |
| children | 060d63cb5d34 |
line diff
1.1 --- a/FloatHist.c Sun Oct 31 20:22:29 2010 -0700 1.2 +++ b/FloatHist.c Tue Nov 02 16:47:21 2010 -0700 1.3 @@ -5,7 +5,7 @@ 1.4 * Author: seanhalle@yahoo.com 1.5 * 1.6 */ 1.7 - 1.8 +#include <stdio.h> 1.9 #include "Histogram.h" 1.10 1.11 /*This Histogram Abstract Data Type has a number of bins, the starting 1.12 @@ -98,7 +98,7 @@ 1.13 1.14 1.15 void 1.16 -freeDblHist( FloatHist *hist ) 1.17 +freeFloatHist( FloatHist *hist ) 1.18 { 1.19 VMS__free( hist->bins ); 1.20 VMS__free( hist );
