Mercurial > cgi-bin > hgwebdir.cgi > VMS > C_Libraries > Histogram
comparison DblHist.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:36e6ef754d12 | 3:4282b2b416a0 |
|---|---|
| 6 * | 6 * |
| 7 */ | 7 */ |
| 8 | 8 |
| 9 #include <stdio.h> | 9 #include <stdio.h> |
| 10 #include "Histogram.h" | 10 #include "Histogram.h" |
| 11 #include "../vmalloc.h" | |
| 11 | 12 |
| 12 | 13 |
| 13 /*This Histogram Abstract Data Type has a number of bins, the starting | 14 /*This Histogram Abstract Data Type has a number of bins, the starting |
| 14 * value, and the width of each bin, as a float, all chosen at creation. | 15 * value, and the width of each bin, as a float, all chosen at creation. |
| 15 * | 16 * |
