X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmath%2Ftukey-hinges.h;fp=src%2Fmath%2Ftukey-hinges.h;h=5a6e07950965a100053b58e3052e8a06d1da0aa8;hb=922dfe227e0a157f895c025b8f8590e2bfc59f23;hp=4b509da1d4321a8396510fd4c08b40d801214ffe;hpb=947e6378c28a6a33a2cd9ef4c4d90e001bdcc359;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);