mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: patchSeed: fix debug message
This commit is contained in:
@ -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)();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user