Skip to content

Fix minor bug in vtkRedistributeDataSetFilter

Caitlin Ross requested to merge caitlin.ross/vtk:minor-redist-ds-fix into master

Was incorrectly trying to remove the cell ownership array from PointData instead of CellData.

Merge request reports