The source project of this merge request has been removed.
Fix wrong block name
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