- changed status to open
- removed comment
Issue #892
closed
the column labels were sorted the wrong way if both options were active (nesting of loops was wrong). The attached patches correct this and add test cases for all 4 combinations of one_file_per_group and all_reductions_in_one_file.
Keyword:
Comments (4)
-
reporter -
- changed status to open
- removed comment
Please apply.
-
reporter - changed status to resolved
- removed comment
applied.
-
reporter - edited description
- changed status to closed
- Log in to comment
ok to apply (notice the strange iterator construction for end_reduction which I used since list iterators do not support operator+).