From 9f03511ffbfef723bf0b762c391c093e8f009bc0 Mon Sep 17 00:00:00 2001 From: Mark Olesen <Mark.Olesen@esi-group.com> Date: Wed, 28 Feb 2018 10:59:53 +0100 Subject: [PATCH] GIT: merge artifact duplicate call to update mesh moving --- src/sampling/sampledSet/face/faceOnlySet.C | 1 - 1 file changed, 1 deletion(-) diff --git a/src/sampling/sampledSet/face/faceOnlySet.C b/src/sampling/sampledSet/face/faceOnlySet.C index b471711ea62..ba351d2237e 100644 --- a/src/sampling/sampledSet/face/faceOnlySet.C +++ b/src/sampling/sampledSet/face/faceOnlySet.C @@ -166,7 +166,6 @@ void Foam::faceOnlySet::calcSamples // Set points and cell/face labels to empty lists //Info<< "calcSamples : Both start_ and end_ outside domain" // << endl; - const_cast<polyMesh&>(mesh()).moving(oldMoving); const_cast<polyMesh&>(mesh()).moving(oldMoving); return; -- GitLab