Skip to content
  • Kenichiro Yoshimi's avatar
    Fix wrong block name · c10a622d
    Kenichiro Yoshimi authored
    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>) is sorted in ascending
    order for scalar values. Obviously, this assumption is wrong.
    This branch fixes this problem.
    c10a622d