BUG: cyclicAMI - was not being reset on update mesh - mantis #1218

This commit is contained in:
andy 2014-05-30 16:03:48 +01:00
parent d9d0135af0
commit 0fb2aba85d

View file

@ -463,6 +463,7 @@ void Foam::cyclicAMIPolyPatch::movePoints
void Foam::cyclicAMIPolyPatch::initUpdateMesh(PstreamBuffers& pBufs)
{
polyPatch::initUpdateMesh(pBufs);
AMIPtr_.clear();
}