interaction.c: Introduced interaction_variable and interaction_value
[pspp-builds.git] / src / language / stats / glm.q
index 07ee7ab53166fcbd917a79933f18eaf9761b8ea8..26b903651eea06771c7b90799f9700162a9fb478 100644 (file)
@@ -243,7 +243,7 @@ run_glm (struct casereader *input,
          /* 
             Accumulate the covariance matrix.
          */
-         covariance_matrix_accumulate (cov, c);
+         covariance_matrix_accumulate (cov, c, NULL, 0);
          n_data++;
        }
       covariance_matrix_compute (cov);