GIT: merge artifact duplicate call to update mesh moving

This commit is contained in:
Mark Olesen
2018-02-28 10:59:53 +01:00
parent 94afd9e9b2
commit 9f03511ffb

View File

@ -166,7 +166,6 @@ void Foam::faceOnlySet::calcSamples
// Set points and cell/face labels to empty lists // Set points and cell/face labels to empty lists
//Info<< "calcSamples : Both start_ and end_ outside domain" //Info<< "calcSamples : Both start_ and end_ outside domain"
// << endl; // << endl;
const_cast<polyMesh&>(mesh()).moving(oldMoving);
const_cast<polyMesh&>(mesh()).moving(oldMoving); const_cast<polyMesh&>(mesh()).moving(oldMoving);
return; return;