vtk-m/docs/changelog/fix-degenerates.md
Kenneth Moreland 6e674ddea6 Fix degenerate polygon removal
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
2023-08-24 16:46:12 -04:00

349 B

Fix degenerate cell removal

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.