Skip to content
Snippets Groups Projects
Commit 03db8627 authored by sergio's avatar sergio
Browse files

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

This reset the flag from any previous topo changes
parent 608bb5d8
No related merge requests found
......@@ -276,6 +276,7 @@ Foam::autoPtr<Foam::mapPolyMesh> Foam::polyTopoChanger::changeMesh
}
else
{
mesh_.topoChanging(false);
return autoPtr<mapPolyMesh>(nullptr);
}
}
......
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