X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmath%2Ftukey-hinges.h;h=4b509da1d4321a8396510fd4c08b40d801214ffe;hb=407f3c634628b92fb6b57cbcff229270107cdddc;hp=d87691f8b01a4dceb78fddfc9294c17053e8690b;hpb=8af88c0b7ea2fe75df7e45497988ed0371006a86;p=pspp diff --git a/src/math/tukey-hinges.h b/src/math/tukey-hinges.h index d87691f8b0..4b509da1d4 100644 --- a/src/math/tukey-hinges.h +++ b/src/math/tukey-hinges.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 @@ -27,7 +27,7 @@ struct tukey_hinges struct order_stats parent; }; -struct statistic * tukey_hinges_create (double W, double c_min); +struct tukey_hinges * tukey_hinges_create (double W, double c_min); void tukey_hinges_calculate (const struct tukey_hinges *h, double hinge[3]);