Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
laetitia-m committed Sep 6, 2024
1 parent 125bbfc commit 6a83559
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 @@ -146,7 +146,7 @@ int PMMG_create_overlap(PMMG_pParMesh parmesh, MPI_Comm comm) {
PMMG_CALLOC(parmesh,parmesh->overlap,next_comm,PMMG_Overlap,"overlap",ier = 0);
PMMG_CALLOC(parmesh,dataPBDY_AlreadyAdded,5*mesh->np,int,"dataPBDY_AlreadyAdded",ier = 0);

/** Store point index in internal communicator intvalues */
/* Store point index in internal communicator intvalues */
for( i = 0; i < grp->nitem_int_node_comm; i++ ){
ip = grp->node2int_node_comm_index1[i];
idx = grp->node2int_node_comm_index2[i];
Expand Down

0 comments on commit 6a83559

Please sign in to comment.