Skip to content
Snippets Groups Projects
Commit 49d0e828 authored by mattijs's avatar mattijs
Browse files

ENH: patchSeed: fix debug message

parent 903f45dc
No related branches found
No related tags found
No related merge requests found
......@@ -234,13 +234,14 @@ void Foam::patchSeedSet::calcSamples
subset.setSize(myMaxPoints);
// Subset patchFaces
patchFaces = labelUIndList(patchFaces, subset)();
if (debug)
{
Pout<< "In random mode : selected " << patchFaces.size()
Pout<< "In random mode : selected " << subset.size()
<< " faces out of " << patchFaces.size() << endl;
}
patchFaces = labelUIndList(patchFaces, subset)();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment