mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
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:
@ -276,6 +276,7 @@ Foam::autoPtr<Foam::mapPolyMesh> Foam::polyTopoChanger::changeMesh
|
||||
}
|
||||
else
|
||||
{
|
||||
mesh_.topoChanging(false);
|
||||
return autoPtr<mapPolyMesh>(nullptr);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user