mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: No output on not found patch.
This commit is contained in:
@ -1997,9 +1997,9 @@ void Foam::conformalVoronoiMesh::createFacesOwnerNeighbourAndPatches
|
||||
// Did not find a surface patch between
|
||||
// between Dv pair, finding nearest patch
|
||||
|
||||
Pout<< "Did not find a surface patch between "
|
||||
<< "for face, finding nearest patch to"
|
||||
<< 0.5*(ptA + ptB) << endl;
|
||||
// Pout<< "Did not find a surface patch between "
|
||||
// << "for face, finding nearest patch to"
|
||||
// << 0.5*(ptA + ptB) << endl;
|
||||
|
||||
patchIndex = geometryToConformTo_.findPatch
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user