From: Jason H Stover Date: Sat, 16 Aug 2008 21:29:31 +0000 (-0400) Subject: Pointer DEPVAR is now required to be set correctly in linreg.c X-Git-Tag: sav-api~631^2~36^2~2 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b79b7a1a1898a4e9b34d7be6a6ff1dd35e43938;p=pspp Pointer DEPVAR is now required to be set correctly in linreg.c --- diff --git a/src/math/linreg.h b/src/math/linreg.h index 3a0b3694d6..05c8159630 100644 --- a/src/math/linreg.h +++ b/src/math/linreg.h @@ -96,8 +96,7 @@ struct pspp_linreg_cache_struct coefficient here. */ /* - The variable struct is ignored during estimation. It is here so - the calling procedure can find the variable used in the model. + Pointer to the dependent variable. */ const struct variable *depvar;