Forked from
VTK / VTK-m
490 commits behind the upstream repository.
-
Kenneth Moreland authored
There was a use of a deprecated method buried in a support class of `WorkletCellNeighborhood`. This fixes that deprecation and also adds a missing test for `WorkletCellNeighborhood` to prevent such things in the future.
Kenneth Moreland authoredThere was a use of a deprecated method buried in a support class of `WorkletCellNeighborhood`. This fixes that deprecation and also adds a missing test for `WorkletCellNeighborhood` to prevent such things in the future.
cell-neighborhood-deprecation-warning.md 275 B
Fix deprecation warning in WorkletCellNeighborhood
There was a use of a deprecated method buried in a support class of
WorkletCellNeighborhood
. This fixes that deprecation and also adds a
missing test for WorkletCellNeighborhood
to prevent such things in the
future.