Skip to content

Commit 8a92ee9

Browse files
committed
PR changes2_v2
1 parent 4839c60 commit 8a92ee9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pmpo_c.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ void polympo_setMPICommunicator_f(MPMesh_ptr p_mpmesh, MPI_Fint fcomm){
6161

6262
void polympo_createMPs_f(MPMesh_ptr p_mpmesh,
6363
const int numElms,
64-
const int numMPs, // total number of MPs which is >= no of active MPs
64+
const int numMPs, // total number of MPs which is >= number of active MPs
6565
int* mpsPerElm,
6666
const int* mp2Elm,
6767
const int* isMPActive) {

0 commit comments

Comments
 (0)