Skip to content
  • Utkarsh Ayachit's avatar
    BUG #15546: Fix check/uncheck selected blocks in parallel. · f716c1d8
    Utkarsh Ayachit authored
    The problem was that when multiple ranks reported the same block was
    elected, vtkSMSelectionHelper added the same index multiple times on the
    property on the SelectionSource. Which resulted in logic at other places
    to fail since it wasn't expecting duplicates. Fixed vtkSMSelectionHelper
    to avoid duplicates.
    f716c1d8