STYLE: dynamicRefineFvMesh: typo

This commit is contained in:
mattijs 2014-05-27 15:41:13 +01:00
parent 96332633f2
commit 9cfc6e5c46

View file

@ -1167,7 +1167,7 @@ Foam::dynamicRefineFvMesh::dynamicRefineFvMesh(const IOobject& io)
}
Info<< "Detected " << returnReduce(nProtected, sumOp<label>())
<< " cells that are projected from refinement."
<< " cells that are protected from refinement."
<< " Writing these to cellSet "
<< protectedCells.name()
<< "." << endl;