From af1f95b09acab69bcde4ef3a5b2c236a99117d27 Mon Sep 17 00:00:00 2001 From: andy Date: Fri, 30 May 2014 16:03:48 +0100 Subject: [PATCH] BUG: cyclicAMI - was not being reset on update mesh - mantis #1218 --- .../patches/cyclicAMI/cyclicAMIPolyPatch/cyclicAMIPolyPatch.C | 1 + 1 file changed, 1 insertion(+) diff --git a/src/meshTools/AMIInterpolation/patches/cyclicAMI/cyclicAMIPolyPatch/cyclicAMIPolyPatch.C b/src/meshTools/AMIInterpolation/patches/cyclicAMI/cyclicAMIPolyPatch/cyclicAMIPolyPatch.C index 4a531a1074..9d33b277a7 100644 --- a/src/meshTools/AMIInterpolation/patches/cyclicAMI/cyclicAMIPolyPatch/cyclicAMIPolyPatch.C +++ b/src/meshTools/AMIInterpolation/patches/cyclicAMI/cyclicAMIPolyPatch/cyclicAMIPolyPatch.C @@ -463,6 +463,7 @@ void Foam::cyclicAMIPolyPatch::movePoints void Foam::cyclicAMIPolyPatch::initUpdateMesh(PstreamBuffers& pBufs) { polyPatch::initUpdateMesh(pBufs); + AMIPtr_.clear(); }