Skip to content
Snippets Groups Projects
Commit af1f95b0 authored by andy's avatar andy Committed by Andrew Heather
Browse files

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

parent 5c655515
Branches
Tags
No related merge requests found
......@@ -463,6 +463,7 @@ void Foam::cyclicAMIPolyPatch::movePoints
void Foam::cyclicAMIPolyPatch::initUpdateMesh(PstreamBuffers& pBufs)
{
polyPatch::initUpdateMesh(pBufs);
AMIPtr_.clear();
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment