Removed unused variable
This commit is contained in:
parent
0ead1e1f4a
commit
d6253d9355
1 changed files with 0 additions and 3 deletions
|
@ -816,9 +816,6 @@ autoPtr<mapPolyMesh> createRegionMesh
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
polyBoundaryMesh& polyPatches =
|
|
||||||
const_cast<polyBoundaryMesh&>(mesh.boundaryMesh());
|
|
||||||
|
|
||||||
// Reorder polyPatches and trim empty patches from the end
|
// Reorder polyPatches and trim empty patches from the end
|
||||||
// of the list
|
// of the list
|
||||||
newPatches.reorder(oldToNew);
|
newPatches.reorder(oldToNew);
|
||||||
|
|
Reference in a new issue