Bugfix: Uncommented unused variable

This commit is contained in:
Hrvoje Jasak 2017-05-30 14:55:11 +01:00
parent 4a56611efe
commit 4482bcfdae

View file

@ -92,7 +92,7 @@ void Foam::singleCellFvMesh::agglomerateMesh
forAll (oldPatches, patchI)
{
const polyPatch& pp = oldPatches[patchI];
// const polyPatch& pp = oldPatches[patchI];
// if (pp.coupled())
// {