STYLE: dynamicRefineFvMesh: typo
This commit is contained in:
parent
96332633f2
commit
9cfc6e5c46
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue