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
committed by Andrew Heather
parent 5c65551570
commit af1f95b09a

View File

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