Added the /WILCOXON subcommand to NPAR TESTS
[pspp-builds.git] / src / language / stats / chisquare.c
index 1b77230642c6fca4ac6362bb872404615e92d4be..ed143824187593f984324bc39afeaf810c0080df 100644 (file)
@@ -320,7 +320,9 @@ void
 chisquare_execute (const struct dataset *ds,
                   struct casereader *input,
                    enum mv_class exclude,
-                  const struct npar_test *test)
+                  const struct npar_test *test,
+                  bool exact UNUSED,
+                  double timer UNUSED)
 {
   const struct dictionary *dict = dataset_dict (ds);
   int v, i;