From 6594b254b535492dc6c3be389fc42bc39ee1aae3 Mon Sep 17 00:00:00 2001 From: mattijs <mattijs> Date: Mon, 11 Apr 2011 13:36:33 +0100 Subject: [PATCH] STYLE: chckTopology: wrong message. --- .../utilities/mesh/manipulation/checkMesh/checkTopology.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/utilities/mesh/manipulation/checkMesh/checkTopology.C b/applications/utilities/mesh/manipulation/checkMesh/checkTopology.C index c8561a6d671..90e6a379e05 100644 --- a/applications/utilities/mesh/manipulation/checkMesh/checkTopology.C +++ b/applications/utilities/mesh/manipulation/checkMesh/checkTopology.C @@ -179,7 +179,7 @@ Foam::label Foam::checkTopology if (nTwoCells > 0) { Info<< " <<Writing " << nTwoCells - << " cells with with single non-boundary face to set " + << " cells with with two non-boundary faces to set " << twoCells.name() << endl; twoCells.instance() = mesh.pointsInstance(); -- GitLab