X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmath%2Fbox-whisker.h;h=2dd5b5c609da2b0857396235da676672d32e0ec0;hb=17d00f9ba94128390819277e5d614a03e98aade0;hp=ccafef1fc9069a509c064f813374356339a6775a;hpb=d6f63e70f4ec5f70e25f8c0bb9f33f65f8dc2f34;p=pspp diff --git a/src/math/box-whisker.h b/src/math/box-whisker.h index ccafef1fc9..2dd5b5c609 100644 --- a/src/math/box-whisker.h +++ b/src/math/box-whisker.h @@ -57,7 +57,7 @@ struct box_whisker * box_whisker_create (const struct tukey_hinges *, void box_whisker_whiskers (const struct box_whisker *bw, double whiskers[2]); -void box_whisker_hinges (const struct box_whisker *bw, double hinges[2]); +void box_whisker_hinges (const struct box_whisker *bw, double hinges[3]); const struct ll_list * box_whisker_outliers (const struct box_whisker *bw);