Skip to content

BUG #15507: Multi-block inspector computed the flat index wrong.

For a multi-block dataset containing multi-piece data, the flat index should be computed by traversing all data including the pieces in the multi-piece data.

For instance for a multi-block containing 2 multi-piece datsets, each with three pieces, the index for the second multi-piece datset should be 5 not 2.

Merge request reports