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