Skip to content

Fix wrong block name

Kenichiro Yoshimi requested to merge (removed):fix-block-name into master

The output of vtkSplitByCellScalarFilter often has the wrong combinations of [block, block name]. This mistake is caused by the assumption that the elements of scalarValuesToBlockId(map<vtkIdType,int>) are sorted in ascending order for block ids. Obviously, this assumption is wrong. This branch fixes this problem.

Edited by Kenichiro Yoshimi

Merge request reports