We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4839c60 commit 8a92ee9Copy full SHA for 8a92ee9
src/pmpo_c.cpp
@@ -61,7 +61,7 @@ void polympo_setMPICommunicator_f(MPMesh_ptr p_mpmesh, MPI_Fint fcomm){
61
62
void polympo_createMPs_f(MPMesh_ptr p_mpmesh,
63
const int numElms,
64
- const int numMPs, // total number of MPs which is >= no of active MPs
+ const int numMPs, // total number of MPs which is >= number of active MPs
65
int* mpsPerElm,
66
const int* mp2Elm,
67
const int* isMPActive) {
0 commit comments