&& t->clabels_from_axis != PIVOT_AXIS_LAYER
&& t->clabels_to_axis != PIVOT_AXIS_LAYER)
n_drop = a == t->clabels_from_axis ? 2 : 0;
- else if (at == CTAT_SUBTABLE && t->label_axis[PIVOT_AXIS_ROW] == PIVOT_AXIS_LAYER)
+ else if (at == CTAT_SUBTABLE
+ && t->clabels_from_axis != PIVOT_AXIS_LAYER
+ && t->clabels_to_axis == PIVOT_AXIS_LAYER)
{
- if (a == PIVOT_AXIS_COLUMN)
+ if (a == PIVOT_AXIS_LAYER)
+ n_drop = 0;
+ else if (a != t->clabels_from_axis)
n_drop = 1;
else
{
- if (a == PIVOT_AXIS_ROW)
- drop_inner = true;
- n_drop = 0;
- }
- }
- else if (at == CTAT_SUBTABLE && t->label_axis[PIVOT_AXIS_COLUMN] == PIVOT_AXIS_LAYER)
- {
- if (a == PIVOT_AXIS_ROW)
- n_drop = 1;
- else
- {
- if (a == PIVOT_AXIS_COLUMN)
- drop_inner = true;
+ drop_inner = true;
n_drop = 0;
}
}