X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmath%2Fbox-whisker.h;h=bef091e83b448dafc5c601fab3d04eb0d60f19f6;hb=58e33e78895d4f19240b679a8d0656643a482f41;hp=5202b646727b184ccc22b3ffcfd7e14f3c32c8fd;hpb=bd17d2af982332ee1791998361b1ac6731fe14fa;p=pspp-builds.git diff --git a/src/math/box-whisker.h b/src/math/box-whisker.h index 5202b646..bef091e8 100644 --- a/src/math/box-whisker.h +++ b/src/math/box-whisker.h @@ -1,5 +1,5 @@ /* PSPP - a program for statistical analysis. - Copyright (C) 2008 Free Software Foundation, Inc. + Copyright (C) 2008, 2009 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 @@ -52,7 +52,7 @@ struct box_whisker const struct variable *id_var; }; -struct statistic * box_whisker_create (const struct tukey_hinges *, +struct box_whisker * box_whisker_create (const struct tukey_hinges *, const struct variable *, size_t); void box_whisker_whiskers (const struct box_whisker *bw, double whiskers[2]);