X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmath%2Flinreg.c;h=811f9d23a5f709877a55c6b535e0b61938e1ce1d;hb=1307953ce052c1d8f3e2ec72ef6e1232aabdf5f5;hp=f5ae33e5823f4f79cfaccd73637316baa2f96d0f;hpb=801bc4e3ff5f7b6c9780ef8cc085825645975f7d;p=pspp diff --git a/src/math/linreg.c b/src/math/linreg.c index f5ae33e582..811f9d23a5 100644 --- a/src/math/linreg.c +++ b/src/math/linreg.c @@ -742,4 +742,3 @@ double pspp_linreg_mse (const pspp_linreg_cache *c) assert (c != NULL); return (c->sse / c->dfe); } -