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