X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2Fstats%2Fcorrelations.c;h=7fcca77cc7a883acbd05c8cdac604eb7bcc66544;hb=dfd1972f7bcb550a4fc3b05dbe7e71d12334b0a7;hp=c575205ccf2e8b8858e06383854e13f340baaf98;hpb=c9a3c45e44c1c03d13d4eb186e3817bc836f75f8;p=pspp-builds.git diff --git a/src/language/stats/correlations.c b/src/language/stats/correlations.c index c575205c..7fcca77c 100644 --- a/src/language/stats/correlations.c +++ b/src/language/stats/correlations.c @@ -30,8 +30,7 @@ #include #include #include -#include -#include +#include #include #include #include @@ -96,7 +95,6 @@ output_descriptives (const struct corr *corr, const gsl_matrix *means, struct tab_table *t = tab_create (nc, nr); tab_title (t, _("Descriptive Statistics")); - tab_dim (t, tab_natural_dimensions, NULL, NULL); tab_headers (t, heading_columns, 0, heading_rows, 0); @@ -191,7 +189,6 @@ output_correlation (const struct corr *corr, const struct corr_opts *opts, t = tab_create (nc, nr); tab_title (t, _("Correlations")); - tab_dim (t, tab_natural_dimensions, NULL, NULL); tab_headers (t, heading_columns, 0, heading_rows, 0);