comparison DblHist.c @ 9:060d63cb5d34

Build process fixes
author Merten Sach <msach@mailbox.tu-berlin.de>
date Wed, 22 Jun 2011 16:47:34 +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 *