-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Surface_mesh::join does not seem to link free elements correcly #3375
Comments
The problem does not come from chaining but probably to adding something to the maximum numeric value that gives a smaller size_type object. |
The problem comes from the first part of the join method that adds an offset to all of the element imported from the other Surface_mesh object (the one that is joined into the current one), This offset invalidate the chain of freed elements. |
Fixed by #3377. Will by in CGAL-4.12.2 and CGAL-4.13.1. |
Issue Details
When chaining free elements (vertices, faces and edges) in Surface_mesh::join method the role of self and other seem to be inverted.
Environment
The text was updated successfully, but these errors were encountered: