mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: snappyHexMesh: updated directional refinement
This commit is contained in:
@ -1222,7 +1222,6 @@ Foam::meshRefinement::meshRefinement
|
||||
const refinementSurfaces& surfaces,
|
||||
const refinementFeatures& features,
|
||||
const shellSurfaces& shells,
|
||||
const shellSurfaces& dirShells,
|
||||
const shellSurfaces& limitShells
|
||||
)
|
||||
:
|
||||
@ -1233,7 +1232,6 @@ Foam::meshRefinement::meshRefinement
|
||||
surfaces_(surfaces),
|
||||
features_(features),
|
||||
shells_(shells),
|
||||
dirShells_(dirShells),
|
||||
limitShells_(limitShells),
|
||||
meshCutter_
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user