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
In GeomUtilities.cpp, there is an unguarded divide by zero in PolyAreaCentroid(). In principle a zero area face is a valid configuration and we want to guard against this (though unlikely).
The text was updated successfully, but these errors were encountered:
In GeomUtilities.cpp, there is an unguarded divide by zero in PolyAreaCentroid(). In principle a zero area face is a valid configuration and we want to guard against this (though unlikely).
The text was updated successfully, but these errors were encountered: