X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmath%2Fhistogram.h;h=4c0e54fb0488ae38cd931684f52e472476463303;hb=81579d9e9f994fb2908f50af41c3eb033d216e58;hp=b2b204ee808098c2bf378ef99e8419c6d4223988;hpb=c3ac5a8af9c449072c7e872ca70a78c1755ae309;p=pspp-builds.git diff --git a/src/math/histogram.h b/src/math/histogram.h index b2b204ee..4c0e54fb 100644 --- a/src/math/histogram.h +++ b/src/math/histogram.h @@ -1,5 +1,5 @@ /* PSPP - a program for statistical analysis. - Copyright (C) 2008 Free Software Foundation, Inc. + Copyright (C) 2008, 2009, 2011 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -19,7 +19,7 @@ #include -#include "statistic.h" +#include "math/statistic.h" #include @@ -30,7 +30,7 @@ struct histogram gsl_histogram *gsl_hist; }; -struct statistic * histogram_create (int bins, double max, double min); +struct histogram * histogram_create (int bins, double max, double min); void histogram_add (struct histogram *h, double y, double c);