Skip to content

Commit

Permalink
Remove debug prints.
Browse files Browse the repository at this point in the history
  • Loading branch information
Algiane committed Oct 28, 2024
1 parent 0254a9d commit 2989cd5
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/libparmmg1.c
Original file line number Diff line number Diff line change
Expand Up @@ -768,10 +768,6 @@ int PMMG_parmmglib1( PMMG_pParMesh parmesh )
}
}

if ( s ) {
PMMG_grp_to_saveMesh( parmesh, i, "BeforeAdp" );
}

#ifdef PATTERN
ier = MMG5_mmg3d1_pattern( mesh, met, permNodGlob );
#else
Expand All @@ -780,11 +776,6 @@ int PMMG_parmmglib1( PMMG_pParMesh parmesh )
mesh->npi = mesh->np;
mesh->nei = mesh->ne;


if ( s ) {
PMMG_grp_to_saveMesh( parmesh, i, "AfterAdp" );
}

if ( !ier ) {
fprintf(stderr,"\n ## MMG remeshing problem. Exit program.\n");
}
Expand Down

0 comments on commit 2989cd5

Please sign in to comment.