X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmath%2Ftukey-hinges.h;h=5a6e07950965a100053b58e3052e8a06d1da0aa8;hb=577f59892bab98f11a056429ddce92e5bb92b6a9;hp=4b509da1d4321a8396510fd4c08b40d801214ffe;hpb=a5cb47ed192173b33511f3aefdb8f1f67415af4b;p=pspp diff --git a/src/math/tukey-hinges.h b/src/math/tukey-hinges.h index 4b509da1d4..5a6e079509 100644 --- a/src/math/tukey-hinges.h +++ b/src/math/tukey-hinges.h @@ -25,6 +25,7 @@ struct tukey_hinges { struct order_stats parent; + struct k k[3]; }; struct tukey_hinges * tukey_hinges_create (double W, double c_min);