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