From 1bcecbf7bc287c44b353fb7b1926870b94ef5a03 Mon Sep 17 00:00:00 2001
From: mattijs <mattijs>
Date: Fri, 29 Jul 2011 17:53:10 +0100
Subject: [PATCH] COMP: fvMeshSubset: typo

---
 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..b20587ac828 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)" << endl;
     }
 }
 
-- 
GitLab