Covariance matrix interface change.
[pspp] / src / language / stats / correlations.c
index ea7d6909bb9844e3893ccf343920faa8477dace0..6af8ba32ffd54cc32f8e84baa8f77ee0192eee1d 100644 (file)
@@ -281,7 +281,7 @@ run_corr (struct casereader *r, const struct corr_opts *opts, const struct corr
   const gsl_matrix *cov_matrix;
   gsl_matrix *corr_matrix;
   struct covariance *cov = covariance_2pass_create (corr->n_vars_total, corr->vars,
-                                                   0, NULL,
+                                                   NULL,
                                                    opts->wv, opts->exclude);
 
   struct casereader *rc = casereader_clone (r);