Bugfix: Uncommented unused variable
This commit is contained in:
parent
4a56611efe
commit
4482bcfdae
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ void Foam::singleCellFvMesh::agglomerateMesh
|
|||
|
||||
forAll (oldPatches, patchI)
|
||||
{
|
||||
const polyPatch& pp = oldPatches[patchI];
|
||||
// const polyPatch& pp = oldPatches[patchI];
|
||||
|
||||
// if (pp.coupled())
|
||||
// {
|
||||
|
|
Reference in a new issue