annoying message
This commit is contained in:
parent
d1260a58e9
commit
e81c5a29e3
@ -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;
|
||||
//}
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user