Skip to content

Test writeneighbors method #24

@wo80

Description

@wo80

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions