You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed a possible typo in the function SimplePolygonMesh::stripInvalidFaceWorker() where the parameter removeLowDegree is unused (meanwhile removeWithBadInds is doubly used).
I think, on Line 549, that should be removeLowDegree instead of removeWithBadInds.
I don't believe this is causing any real issues. So, it' really a very minor type—just thought I’d point it out! Thanks for all your hard work in building this library!
The text was updated successfully, but these errors were encountered:
Hi,
I noticed a possible typo in the function
SimplePolygonMesh::stripInvalidFaceWorker()
where the parameterremoveLowDegree
is unused (meanwhileremoveWithBadInds
is doubly used).geometry-central/src/surface/simple_polygon_mesh.cpp
Lines 548 to 553 in 1f8a50c
I think, on Line 549, that should be
removeLowDegree
instead ofremoveWithBadInds
.I don't believe this is causing any real issues. So, it' really a very minor type—just thought I’d point it out! Thanks for all your hard work in building this library!
The text was updated successfully, but these errors were encountered: