From 884a6352325091cb801232fb7db40b01ad7838ea Mon Sep 17 00:00:00 2001 From: Henry <Henry> Date: Mon, 1 Aug 2011 22:51:49 +0100 Subject: [PATCH] Added ; --- src/finiteVolume/fvMesh/fvMeshSubset/fvMeshSubset.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/finiteVolume/fvMesh/fvMeshSubset/fvMeshSubset.C b/src/finiteVolume/fvMesh/fvMeshSubset/fvMeshSubset.C index 40f83f39f86..2c7096d208d 100644 --- a/src/finiteVolume/fvMesh/fvMeshSubset/fvMeshSubset.C +++ b/src/finiteVolume/fvMesh/fvMeshSubset/fvMeshSubset.C @@ -193,7 +193,7 @@ void Foam::fvMeshSubset::doCoupledPatches if (nUncoupled > 0) { Info<< "Uncoupled " << nUncoupled << " faces on coupled patches. " - << "(processorPolyPatch, cyclicPolyPatch)" << nl + << "(processorPolyPatch, cyclicPolyPatch)" << nl; } } -- GitLab