comparison DblHist.c @ 13:2409ce192375

include statements adapted to the new folder structure
author hausers
date Thu, 09 Feb 2012 15:53:03 +0100
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 *