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

Feature/fix incomplete check #228

Merged
merged 2 commits into from
Dec 1, 2023
Merged

Commits on Nov 30, 2023

  1. Fix incomplete (directional) test in MMG3D_chkmeshedgestags

    If, when first meet, the edge had a lower tag in the tetra than the tag found from one of the next tetra, the tag inconsistency was not detected due to the tag value accumulation inside the hash table.
    
    If the first stored tag of an edge was higher than one of the tag found after, the inconsistency was suitabily detected.
    Algiane committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    b1a4fae View commit details
    Browse the repository at this point in the history
  2. Remove obsolete remark.

    Algiane committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    8ece907 View commit details
    Browse the repository at this point in the history