COMP: fvMeshSubset: typo

This commit is contained in:
mattijs
2011-07-29 17:53:10 +01:00
parent 172ff9edeb
commit 1bcecbf7bc

View File

@ -193,7 +193,7 @@ void Foam::fvMeshSubset::doCoupledPatches
if (nUncoupled > 0)
{
Info<< "Uncoupled " << nUncoupled << " faces on coupled patches. "
<< "(processorPolyPatch, cyclicPolyPatch)" << nl
<< "(processorPolyPatch, cyclicPolyPatch)" << endl;
}
}