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.
Showing
- docs/changelog/cell-neighborhood-deprecation-warning.md 6 additions, 0 deletionsdocs/changelog/cell-neighborhood-deprecation-warning.md
- vtkm/exec/arg/ThreadIndicesCellNeighborhood.h 1 addition, 1 deletionvtkm/exec/arg/ThreadIndicesCellNeighborhood.h
- vtkm/worklet/testing/CMakeLists.txt 2 additions, 1 deletionvtkm/worklet/testing/CMakeLists.txt
- vtkm/worklet/testing/UnitTestWorkletCellNeighborhood.cxx 344 additions, 0 deletionsvtkm/worklet/testing/UnitTestWorkletCellNeighborhood.cxx
- vtkm/worklet/testing/UnitTestWorkletPointNeighborhood.cxx 4 additions, 2 deletionsvtkm/worklet/testing/UnitTestWorkletPointNeighborhood.cxx
Please register or sign in to comment