comparison FloatHist.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: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