mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: dynamicRefineFvMesh: typo
This commit is contained in:
@ -1167,7 +1167,7 @@ Foam::dynamicRefineFvMesh::dynamicRefineFvMesh(const IOobject& io)
|
|||||||
}
|
}
|
||||||
|
|
||||||
Info<< "Detected " << returnReduce(nProtected, sumOp<label>())
|
Info<< "Detected " << returnReduce(nProtected, sumOp<label>())
|
||||||
<< " cells that are projected from refinement."
|
<< " cells that are protected from refinement."
|
||||||
<< " Writing these to cellSet "
|
<< " Writing these to cellSet "
|
||||||
<< protectedCells.name()
|
<< protectedCells.name()
|
||||||
<< "." << endl;
|
<< "." << endl;
|
||||||
|
|||||||
Reference in New Issue
Block a user