Skip to content

Commit

Permalink
change the use of MMG3D_split2sf_cfg as it has been changed in mmg
Browse files Browse the repository at this point in the history
  • Loading branch information
laetitia-m committed Nov 8, 2023
1 parent 9712e30 commit bbdfa0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ls_pmmg.c
Original file line number Diff line number Diff line change
Expand Up @@ -684,7 +684,7 @@ int PMMG_cuttet_ls(PMMG_pParMesh parmesh, MMG5_pMesh mesh, MMG5_pSol sol, MMG5_p
}

/* Find the tetras and nodes defining the face ifac of tetra k */
imin0=MMG3D_split2sf_cfg(flag,vGlobNum,tau,&taued); // Compute tau and imin0
MMG3D_split2sf_cfg(flag,vGlobNum,tau,&taued,&imin0); // Compute tau and imin0
PMMG_split2sf_sort(mesh,k,ifac,tau,imin0,ne_tmp,tetra_sorted,node_sorted); // Find tetra_sorted and node_sorted
break;

Expand Down

0 comments on commit bbdfa0b

Please sign in to comment.