Pointer DEPVAR is now required to be set correctly in linreg.c
[pspp] / src / math / linreg.h
index 3a0b3694d65838901b8e8bd6135376c2f3173ee7..05c8159630d8aa8da3467148a72e6d7a2da95218 100644 (file)
@@ -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;