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()) // {