Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/mmg3d/libmmg3d.c
Original file line number Diff line number Diff line change
Expand Up @@ -1418,7 +1418,7 @@ int MMG3D_mmg3dls(MMG5_pMesh mesh,MMG5_pSol sol,MMG5_pSol umet) {
MMG5_RETURN_AND_PACK(mesh,sol,met,MMG5_LOWFAILURE);
}
#else
if ( !MMG5_mmg3d1_pattern(mesh,met,NULL) ) {
if ( !MMG5_mmg3d1_delone(mesh,met,NULL) ) {
if ( mettofree ) { MMG5_DEL_MEM(mesh,met->m);MMG5_SAFE_FREE (met); }
if ( !(mesh->adja) && !MMG3D_hashTetra(mesh,1) ) {
fprintf(stderr,"\n ## Hashing problem. Invalid mesh.\n");
Expand Down