Added the /WILCOXON subcommand to NPAR TESTS
[pspp-builds.git] / src / language / stats / binomial.c
index d9209f1bf0499dbcf8e78f8bb9ba1b6e27861683..f543505166f6129f53eb8b3db032ce53145950ab 100644 (file)
@@ -143,7 +143,9 @@ void
 binomial_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)
 {
   int v;
   const struct binomial_test *bst = (const struct binomial_test *) test;