mappedExtrudedPatchBase: Corrected constructor used to clone mapped patches
This commit is contained in:
@ -201,7 +201,7 @@ Foam::mappedExtrudedPatchBase::mappedExtrudedPatchBase
|
||||
const mappedExtrudedPatchBase& mepb
|
||||
)
|
||||
:
|
||||
mappedPatchBase(pp),
|
||||
mappedPatchBase(pp, mepb),
|
||||
oppositePatch_(mepb.oppositePatch_)
|
||||
{}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user