annoying message

This commit is contained in:
mattijs 2008-09-26 10:33:25 +01:00
parent d1260a58e9
commit e81c5a29e3

View File

@ -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;
//}
}