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