X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmath%2Fhistogram.h;h=89d4f5e869e7e5a69c767c33546942c811131ab8;hb=62b5101a28fc2c4a9b8b26a998fb6c4ec12d84c7;hp=3f8fc3e7e75abdba3fb0fbbfb72ac769939c43b2;hpb=ac9640a64222cfcf36c401715cad0a2009a07fb6;p=pspp diff --git a/src/math/histogram.h b/src/math/histogram.h index 3f8fc3e7e7..89d4f5e869 100644 --- a/src/math/histogram.h +++ b/src/math/histogram.h @@ -14,8 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ -#ifndef __NEW_HISTOGRAM_H__ -#define __NEW_HISTOGRAM_H__ +#ifndef __HISTOGRAM_H__ +#define __HISTOGRAM_H__ #include @@ -30,7 +30,7 @@ struct histogram gsl_histogram *gsl_hist; }; -/* +/* Prepare a histogram for data which lies in the range [min, max) bin_width is a nominal figure only. It is a hint about what might be an good approximate bin width, but the implementation will adjust it