X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmath%2Fshapiro-wilk.c;h=c2c8da6a9b363bb3b2740f5a954fc60ff83ad024;hb=0c446408109faa319a17d802bf8a0972b824305a;hp=27ca1f0fb558adddc9c9d5af77a32580cf14a954;hpb=1bb28b0cb5e25b5e3a5cf50ae8864f886fa1d221;p=pspp diff --git a/src/math/shapiro-wilk.c b/src/math/shapiro-wilk.c index 27ca1f0fb5..c2c8da6a9b 100644 --- a/src/math/shapiro-wilk.c +++ b/src/math/shapiro-wilk.c @@ -154,7 +154,7 @@ shapiro_wilk_create (int n, double mean) sw->warned = false; - stat->accumulate = acc; + os->accumulate = acc; stat->destroy = destroy; return sw;