Pointer DEPVAR is now required to be set correctly in linreg.c
authorJason H Stover <jhs@math.gcsu.edu>
Sat, 16 Aug 2008 21:29:31 +0000 (17:29 -0400)
committerJason H Stover <jhs@math.gcsu.edu>
Sat, 16 Aug 2008 21:29:31 +0000 (17:29 -0400)
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;