Skip to content

Commit

Permalink
Indentation in output.
Browse files Browse the repository at this point in the history
  • Loading branch information
Algiane committed Oct 31, 2024
1 parent f9b2b60 commit 8568b0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/overlap_pmmg.c
Original file line number Diff line number Diff line change
Expand Up @@ -839,7 +839,7 @@ int PMMG_delete_overlap(PMMG_pParMesh parmesh, MPI_Comm comm) {
}

if ( parmesh->info.imprim > PMMG_VERB_ITWAVES )
fprintf(stdout, " part %d has %d pts and %d tetras after overlap deletion\n",
fprintf(stdout, " part %d has %d pts and %d tetras after overlap deletion\n",
parmesh->myrank,mesh->np,mesh->ne);

return 1;
Expand Down

0 comments on commit 8568b0c

Please sign in to comment.