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
#81 attempted to address a segfault in the applyEqualDistance function however rather than fixing the bug, a whole new function with the same name was created while the original one was renamed to applyEqualDistance_original and kept around even though it's not being referenced anywhere else in the code. Unless the new function can guarantee the right output (equally distanced points that lie on the actual curve) , my preference would be to fix the original function and remove the new one.
The text was updated successfully, but these errors were encountered:
#81 attempted to address a segfault in the applyEqualDistance function however rather than fixing the bug, a whole new function with the same name was created while the original one was renamed to applyEqualDistance_original and kept around even though it's not being referenced anywhere else in the code. Unless the new function can guarantee the right output (equally distanced points that lie on the actual curve) , my preference would be to fix the original function and remove the new one.
The text was updated successfully, but these errors were encountered: