Mercurial > cgi-bin > hgwebdir.cgi > VMS > C_Libraries > Histogram
comparison FloatHist.c @ 11:31a248920429
removed unused variable
| author | Merten Sach <msach@mailbox.tu-berlin.de> |
|---|---|
| date | Mon, 15 Aug 2011 17:25:25 +0200 |
| parents | 83a412f2ef98 |
| children | 1fbaedaac2c7 |
comparison
equal
deleted
inserted
replaced
| 2:e16570d908ad | 3:03ca2959608d |
|---|---|
| 5 * Author: seanhalle@yahoo.com | 5 * Author: seanhalle@yahoo.com |
| 6 * | 6 * |
| 7 */ | 7 */ |
| 8 #include <stdio.h> | 8 #include <stdio.h> |
| 9 #include "Histogram.h" | 9 #include "Histogram.h" |
| 10 #include "../vmalloc.h" | |
| 10 | 11 |
| 11 /*This Histogram Abstract Data Type has a number of bins, the starting | 12 /*This Histogram Abstract Data Type has a number of bins, the starting |
| 12 * value, and the width of each bin, as a float, all chosen at creation. | 13 * value, and the width of each bin, as a float, all chosen at creation. |
| 13 * | 14 * |
| 14 *One creates a Histogram instance using the makeFloatHistogram function, then | 15 *One creates a Histogram instance using the makeFloatHistogram function, then |
