artem-ogre / CDT

Constrained Delaunay Triangulation (C++)
https://artem-ogre.github.io/CDT/
Mozilla Public License 2.0
947 stars 125 forks source link

Fix potentially uninitialized variable warning on Visual Studio #128

Closed here-abarany closed 1 year ago

here-abarany commented 1 year ago

This is seen on Visual Studio 2022.

artem-ogre commented 1 year ago

Thank you for the fix!