GGI and mixingPlane interfaces: use default dummy name for initializing shadowName_ and zoneName_

This commit is contained in:
Martin Beaudoin 2012-04-22 16:36:26 -04:00
parent 4fc17d394f
commit 82c2eb53ea
2 changed files with 3 additions and 3 deletions

View file

@ -238,8 +238,8 @@ Foam::ggiPolyPatch::ggiPolyPatch
)
:
coupledPolyPatch(name, size, start, index, bm),
shadowName_(word::null),
zoneName_(word::null),
shadowName_("_initialize_me_"),
zoneName_("_initialize_me_"),
bridgeOverlap_(false),
shadowIndex_(-1),
zoneIndex_(-1),

View file

@ -217,7 +217,7 @@ Foam::mixingPlanePolyPatch::mixingPlanePolyPatch
)
:
coupledPolyPatch(name, size, start, index, bm),
shadowName_(fileName::null),
shadowName_("_initialize_me_"),
csPtr_
(
new coordinateSystem