From ae86474f68f745e510c9268edf424273283740c7 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Sat, 15 Jan 2022 16:18:18 -0800 Subject: [PATCH] better comment --- src/language/stats/ctables.c | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/src/language/stats/ctables.c b/src/language/stats/ctables.c index 87f7d23a05..2eed4be1bf 100644 --- a/src/language/stats/ctables.c +++ b/src/language/stats/ctables.c @@ -2762,17 +2762,16 @@ ctables_table_output_different_axis (struct ctables *ct, struct ctables_table *t - category for nest->vars[1] ... - variable label for nest->vars[nest->n - 1], if vlabel != CTVL_NONE - - category for nest->vars[nest->n - 1], unless axis A's - labels are moved to another axis - - summary function, if 'a == t->summary_axis && t->slabels_axis == - t->summary_axis' + - category for nest->vars[nest->n - 1], unless t->label_axis[a] != a. + - summary function, if 'a == t->slabels_axis && a == + t->summary_axis'. Additional dimensions: - - If 't->slabels_axis != t->summary_axis', add a summary dimension - to t->slabels_axis. - - If 't->row_labels == - + - If 'a == t->slabels_axis && a != t->summary_axis', add a summary + dimension. + - If 't->label_axis[b] == a' for some 'b != a', add a category + dimension to 'a'. */ size_t n_common = 0; -- 2.30.2