Rewrite PSPP output engine.
[pspp-builds.git] / src / language / stats / binomial.c
index bc87a94da3316b0c0cf0b99c0035092a7d93a8cb..3c8925803bfd5741623120e21c412ab8caa35d2e 100644 (file)
@@ -16,7 +16,7 @@
 
 #include <config.h>
 #include <libpspp/compiler.h>
-#include <output/table.h>
+#include <output/tab.h>
 
 #include <data/format.h>
 #include <data/case.h>
@@ -189,8 +189,6 @@ binomial_execute (const struct dataset *ds,
 
       struct tab_table *table = tab_create (7, ost->n_vars * 3 + 1);
 
-      tab_dim (table, tab_natural_dimensions, NULL, NULL);
-
       tab_title (table, _("Binomial Test"));
 
       tab_headers (table, 2, 0, 1, 0);