Skip to content
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

Test writeneighbors method #24

Open
wo80 opened this issue Jan 10, 2018 · 0 comments
Open

Test writeneighbors method #24

wo80 opened this issue Jan 10, 2018 · 0 comments

Comments

@wo80
Copy link
Owner

wo80 commented Jan 10, 2018

The writeneighbors method in triangle.c (mis)uses the first subseg pointer of the triangle data structure for triangle numbering. This was not an issue for the original Triangle code, since the method was called last.
With the new Triangle api, the mesh data is reusable and so the original subseg pointers have to be restored. This needs some testing.

Additionally, the file_writeneighbors method in triangle_io.c needs the same updates!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant