Compare variable pointers instead of variable indexes.
[pspp-builds.git] / src / math / ChangeLog
index 5b05c81715354aa71dce1a3e1e6ea195b92d08da..3b01849f22d6323dc2f36a1b1ad49dd0df04e1fb 100644 (file)
@@ -1,3 +1,15 @@
+Wed Dec  6 21:14:59 2006  Ben Pfaff  <blp@gnu.org>
+
+       * coefficient.c: (pspp_coeff_get_value) Compare variable pointers
+       instead of variable indexes.
+       (pspp_linreg_get_coeff) Ditto.
+       (design_matrix_col_to_var_index) Removed.
+       (design_matrix_col_to_var) Compare variable pointers
+       instead of variable indexes.
+       (cmp_dm_var_index) Ditto.
+       (design_matrix_var_to_column) Ditto.
+       (dm_var_to_last_column) Ditto.
+
 Sun Nov  5 08:30:32 WST 2006 John Darrington <john@darrington.wattle.id.au>
 
        * levene.c levene.h Changed to use the new casefilter structure.