GGI and mixingPlane interfaces: use default dummy name for initializing shadowName_ and zoneName_
This commit is contained in:
parent
4fc17d394f
commit
82c2eb53ea
2 changed files with 3 additions and 3 deletions
|
@ -238,8 +238,8 @@ Foam::ggiPolyPatch::ggiPolyPatch
|
||||||
)
|
)
|
||||||
:
|
:
|
||||||
coupledPolyPatch(name, size, start, index, bm),
|
coupledPolyPatch(name, size, start, index, bm),
|
||||||
shadowName_(word::null),
|
shadowName_("_initialize_me_"),
|
||||||
zoneName_(word::null),
|
zoneName_("_initialize_me_"),
|
||||||
bridgeOverlap_(false),
|
bridgeOverlap_(false),
|
||||||
shadowIndex_(-1),
|
shadowIndex_(-1),
|
||||||
zoneIndex_(-1),
|
zoneIndex_(-1),
|
||||||
|
|
|
@ -217,7 +217,7 @@ Foam::mixingPlanePolyPatch::mixingPlanePolyPatch
|
||||||
)
|
)
|
||||||
:
|
:
|
||||||
coupledPolyPatch(name, size, start, index, bm),
|
coupledPolyPatch(name, size, start, index, bm),
|
||||||
shadowName_(fileName::null),
|
shadowName_("_initialize_me_"),
|
||||||
csPtr_
|
csPtr_
|
||||||
(
|
(
|
||||||
new coordinateSystem
|
new coordinateSystem
|
||||||
|
|
Reference in a new issue