X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmath%2Fshapiro-wilk.c;h=c2c8da6a9b363bb3b2740f5a954fc60ff83ad024;hb=a03c3e402280d7aff95aeb19398a9207807507c9;hp=27ca1f0fb558adddc9c9d5af77a32580cf14a954;hpb=a822e094bd5fcc22752804ecb5c9267a1268b9ba;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;