STYLE: dynamicRefineFvMesh: typo

This commit is contained in:
mattijs
2014-05-27 15:41:13 +01:00
committed by Andrew Heather
parent 41d61af8a1
commit 1b89c7e38c

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;