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 b81abb2 commit fc412d0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 21 deletions.
11 changes: 0 additions & 11 deletions src/libparmmg.c
Original file line number Diff line number Diff line change
Expand Up @@ -410,17 +410,6 @@ int PMMG_preprocessMesh_distributed( PMMG_pParMesh parmesh )
return PMMG_STRONGFAILURE;
}

const char* s = getenv("SAVE");

printf("ngrps ? %d\n",parmesh->ngrp);

for ( MMG5_int i=0; i<parmesh->ngrp; ++i ) {

if ( s ) {
PMMG_grp_to_saveMesh( parmesh, i, "AfterLs-br" );
}
}

chrono(OFF,&(ctim[tim]));
printim(ctim[tim].gdif,stim);
if ( parmesh->info.imprim > PMMG_VERB_VERSION ) {
Expand Down
10 changes: 0 additions & 10 deletions src/libparmmg1.c
Original file line number Diff line number Diff line change
Expand Up @@ -569,16 +569,6 @@ int PMMG_parmmglib1( PMMG_pParMesh parmesh )
/** Set inputMet flag */
parmesh->info.inputMet = 0;

const char* s = getenv("SAVE");

for ( i=0; i<parmesh->ngrp; ++i ) {

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


#ifndef NDEBUG
for ( i=0; i<parmesh->ngrp; ++i ) {
if ( !MMG5_chkmsh(parmesh->listgrp[i].mesh,1,1) ) {
Expand Down

0 comments on commit fc412d0

Please sign in to comment.