Skip to content

Commit

Permalink
Do not check non-manifold point tags for non-manifold lines between h…
Browse files Browse the repository at this point in the history
…exahedra.
  • Loading branch information
Algiane committed Jun 12, 2023
1 parent ade017f commit ef62081
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/mmg3d/hash_3d.c
Original file line number Diff line number Diff line change
Expand Up @@ -763,9 +763,10 @@ int MMG5_setVertexNmTag(MMG5_pMesh mesh) {
nre++;
nc++;
}
else {
assert ( 0 && "unexpected case");
}
/* "else" case may happens: ng = nrp = nm = 0 inside hybrid meshes (along a
* non manifold line along a surface at the interface of hexahedral domains
* with different refs). No need to set tags at points as they will not be
* modified. */
}

/* Free the edge hash table */
Expand Down

0 comments on commit ef62081

Please sign in to comment.