Skip to content

Commit

Permalink
Fix last SQ bugs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Algiane committed Dec 13, 2022
1 parent 62fc7b4 commit 588182d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/mmg2d/solmap_2d.c
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,6 @@ int MMG2D_doSol_ani(MMG5_pMesh mesh,MMG5_pSol sol) {

/* Compute metric tensor and hmax if not specified */
for (k=1; k<=mesh->np; k++) {
p1 = &mesh->point[k];
if ( !mark[k] ) {
continue;
}
Expand Down
1 change: 0 additions & 1 deletion src/mmg3d/split_3d.c
Original file line number Diff line number Diff line change
Expand Up @@ -788,7 +788,6 @@ int MMG5_split1b(MMG5_pMesh mesh, MMG5_pSol met,int64_t *list, int ret, MMG5_int

/* Update of adjacency relations */
iel = list[k] / 6;
ie = list[k] % 6;
pt = &mesh->tetra[iel];
jel = MMG5_abs(newtet[k]);
pt1 = &mesh->tetra[jel];
Expand Down

0 comments on commit 588182d

Please sign in to comment.