ENH: checkTopology: improved message

This commit is contained in:
mattijs
2011-07-19 22:08:22 +01:00
parent 7c8e7fd228
commit ce5db60a94

View File

@ -193,7 +193,7 @@ Foam::label Foam::checkTopology
if (nOneCells > 0)
{
Info<< " <<Writing " << nOneCells
<< " cells with with single non-boundary face to set "
<< " cells with with zero or one non-boundary face to set "
<< oneCells.name()
<< endl;
oneCells.instance() = mesh.pointsInstance();