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