BUG: cyclicAMI - was not being reset on update mesh - mantis #1218
This commit is contained in:
parent
d9d0135af0
commit
0fb2aba85d
1 changed files with 1 additions and 0 deletions
|
|
@ -463,6 +463,7 @@ void Foam::cyclicAMIPolyPatch::movePoints
|
||||||
void Foam::cyclicAMIPolyPatch::initUpdateMesh(PstreamBuffers& pBufs)
|
void Foam::cyclicAMIPolyPatch::initUpdateMesh(PstreamBuffers& pBufs)
|
||||||
{
|
{
|
||||||
polyPatch::initUpdateMesh(pBufs);
|
polyPatch::initUpdateMesh(pBufs);
|
||||||
|
AMIPtr_.clear();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue