Skip to content
Snippets Groups Projects
Commit 6594b254 authored by mattijs's avatar mattijs
Browse files

STYLE: chckTopology: wrong message.

parent 386dd53f
No related merge requests found
...@@ -179,7 +179,7 @@ Foam::label Foam::checkTopology ...@@ -179,7 +179,7 @@ Foam::label Foam::checkTopology
if (nTwoCells > 0) if (nTwoCells > 0)
{ {
Info<< " <<Writing " << nTwoCells Info<< " <<Writing " << nTwoCells
<< " cells with with single non-boundary face to set " << " cells with with two non-boundary faces to set "
<< twoCells.name() << twoCells.name()
<< endl; << endl;
twoCells.instance() = mesh.pointsInstance(); twoCells.instance() = mesh.pointsInstance();
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment