X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmath%2Flinreg.c;fp=src%2Fmath%2Flinreg.c;h=b3ab58754fd4e5471dc8f9201beca0cae020445a;hb=a2d859e5a4c8192257c04fd89b8336aa33b15363;hp=8ac19a6b91945366c5d1cb0b56ec395df69907aa;hpb=ee7be3e962a4faba54d7bc01364365b51167242c;p=pspp-builds.git diff --git a/src/math/linreg.c b/src/math/linreg.c index 8ac19a6b..b3ab5875 100644 --- a/src/math/linreg.c +++ b/src/math/linreg.c @@ -554,7 +554,7 @@ pspp_linreg_residual (const struct variable **predictors, Which coefficient is associated with V? The VAL argument is relevant only to categorical variables. */ -const struct pspp_coeff * +struct pspp_coeff * pspp_linreg_get_coeff (const pspp_linreg_cache * c, const struct variable *v, const union value *val) {