From 4b79b7a1a1898a4e9b34d7be6a6ff1dd35e43938 Mon Sep 17 00:00:00 2001 From: Jason H Stover Date: Sat, 16 Aug 2008 17:29:31 -0400 Subject: [PATCH] Pointer DEPVAR is now required to be set correctly in linreg.c --- src/math/linreg.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/math/linreg.h b/src/math/linreg.h index 3a0b3694..05c81596 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; -- 2.30.2