ENH: setting topoChanging flag to false if there are no topo changes in polyTopoChanger::update.

This reset the flag from any previous topo changes
This commit is contained in:
sergio
2016-12-22 09:30:09 -08:00
parent 608bb5d83b
commit 03db86279c

View File

@ -276,6 +276,7 @@ Foam::autoPtr<Foam::mapPolyMesh> Foam::polyTopoChanger::changeMesh
}
else
{
mesh_.topoChanging(false);
return autoPtr<mapPolyMesh>(nullptr);
}
}