Skip to content

Commit

Permalink
Remove a space
Browse files Browse the repository at this point in the history
  • Loading branch information
laetitia-m committed Nov 8, 2023
1 parent eceabb3 commit c7fd665
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mmg3d/split_3d.c
Original file line number Diff line number Diff line change
Expand Up @@ -4122,7 +4122,7 @@ int MMG5_split5(MMG5_pMesh mesh,MMG5_pSol met,MMG5_int k,MMG5_int vx[6],int8_t m
const uint8_t *taued=NULL;
const int ne=7;

pt[0] = &mesh->tetra[k];
pt[0] = &mesh->tetra[k];
newtet[0]=k;

/* set permutation of vertices and edges ; reference configuration : 62 */
Expand Down

0 comments on commit c7fd665

Please sign in to comment.