From 4482bcfdae45db5df6351cda211283a89c6b64e3 Mon Sep 17 00:00:00 2001 From: Hrvoje Jasak Date: Tue, 30 May 2017 14:55:11 +0100 Subject: [PATCH] Bugfix: Uncommented unused variable --- src/finiteVolume/fvMesh/singleCellFvMesh/singleCellFvMesh.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/finiteVolume/fvMesh/singleCellFvMesh/singleCellFvMesh.C b/src/finiteVolume/fvMesh/singleCellFvMesh/singleCellFvMesh.C index 022be8a00..6390fcf5c 100644 --- a/src/finiteVolume/fvMesh/singleCellFvMesh/singleCellFvMesh.C +++ b/src/finiteVolume/fvMesh/singleCellFvMesh/singleCellFvMesh.C @@ -92,7 +92,7 @@ void Foam::singleCellFvMesh::agglomerateMesh forAll (oldPatches, patchI) { - const polyPatch& pp = oldPatches[patchI]; + // const polyPatch& pp = oldPatches[patchI]; // if (pp.coupled()) // {