Fixed evaluation problem when regionCoupling is inactive
This commit is contained in:
parent
e01e16c943
commit
304d230d1a
1 changed files with 2 additions and 2 deletions
|
@ -1114,10 +1114,10 @@ void Foam::regionCouplePolyPatch::initMovePoints(const pointField& p)
|
|||
{
|
||||
clearGeom();
|
||||
|
||||
// Calculate transforms on mesh motion?
|
||||
// Clear transforms on mesh motion?
|
||||
calcTransforms();
|
||||
|
||||
if (master())
|
||||
if (master() && active())
|
||||
{
|
||||
shadow().clearGeom();
|
||||
shadow().calcTransforms();
|
||||
|
|
Reference in a new issue