We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b68b7d commit 3d90b53Copy full SHA for 3d90b53
1 file changed
src/pmpo_c.cpp
@@ -154,7 +154,6 @@ void polympo_startRebuildMPs_f(MPMesh_ptr p_mpmesh,
154
155
PMT_ALWAYS_ASSERT(numMPs >= p_MPs->getCount());
156
//PMT_ALWAYS_ASSERT(numMPs >= p_MPs->getMaxAppID());
157
- printf("Rank %d numMPs %d \n", self, numMPs);
158
159
int offset = p_MPs->getElmIDoffset();
160
std::vector<int> added_mpIDs(numMPs);
0 commit comments