comparison DblHist.c @ 36:6bdcb337576b

adding netbeans project directories to repository
author Sean Halle <seanhalle@yahoo.com>
date Fri, 14 Feb 2014 07:47:13 -0800
parents 8166ea441cb5
children
comparison
equal deleted inserted replaced
10:476a172f49fa 11:6a4e3d306f1a
5 * Author: seanhalle@yahoo.com 5 * Author: seanhalle@yahoo.com
6 * 6 *
7 */ 7 */
8 8
9 #include <stdio.h> 9 #include <stdio.h>
10 #include "Histogram.h" 10 #include <PR__include/prmalloc.h>
11 #include <PR__include/prhistogram.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 *