Skip to content

Fix degenerate polygon removal

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

There was a bug in CleanGrid when removing degenerate polygons where it would not detect if the first and last point were the same. This has been fixed.

There was also an error with function overloading that was causing 0D and 3D cells to enter the wrong computation for degenerate cells. This has also been fixed.

Fixes #796 (closed)

Backport: release

Edited by Kenneth Moreland

Merge request reports