mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: remove dead code, refactor constructors in extrudePatchMesh
This commit is contained in:
@ -142,14 +142,6 @@ void Foam::extrude2DMesh::addFrontBackPatches()
|
||||
patches
|
||||
).ptr();
|
||||
|
||||
// newPatches[frontPatchi_] = polyPatch::New
|
||||
// (
|
||||
// "front",
|
||||
// patchDict_,
|
||||
// frontPatchi_,
|
||||
// patches
|
||||
// ).ptr();
|
||||
|
||||
Info<< "Adding patch " << newPatches[frontPatchi_]->name()
|
||||
<< " at index " << frontPatchi_
|
||||
<< " for front faces." << nl << endl;
|
||||
@ -170,14 +162,6 @@ void Foam::extrude2DMesh::addFrontBackPatches()
|
||||
patches
|
||||
).ptr();
|
||||
|
||||
// newPatches[frontPatchi_] = polyPatch::New
|
||||
// (
|
||||
// "back",
|
||||
// patchDict_,
|
||||
// backPatchi_,
|
||||
// patches
|
||||
// ).ptr();
|
||||
|
||||
Info<< "Adding patch " << newPatches[backPatchi_]->name()
|
||||
<< " at index " << backPatchi_
|
||||
<< " for back faces." << nl << endl;
|
||||
|
||||
Reference in New Issue
Block a user