Skip to content

Fix CleanGrid when compact point fields is off

Kenneth Moreland requested to merge kmorel/vtk-m:fix-clean-grid into master

There was an error in the CleanGrid filter where if the CompactPointFields flag was off it would still try to compact the point coordinates. Add an extra check so that the coordinate systems are just passed when this flag is off.

Merge request reports