mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
annoying message
This commit is contained in:
@ -205,11 +205,12 @@ void faceSet::sync(const polyMesh& mesh)
|
||||
|
||||
reduce(nAdded, sumOp<label>());
|
||||
|
||||
if (nAdded > 0)
|
||||
{
|
||||
Info<< "Added an additional " << nAdded << " faces on coupled patches. "
|
||||
<< "(processorPolyPatch, cyclicPolyPatch)" << endl;
|
||||
}
|
||||
//if (nAdded > 0)
|
||||
//{
|
||||
// Info<< "Added an additional " << nAdded
|
||||
// << " faces on coupled patches. "
|
||||
// << "(processorPolyPatch, cyclicPolyPatch)" << endl;
|
||||
//}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user