mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-24 16:30:34 +05:00
fix PAL10974. Call CleanDependants() instead of
RemoveSubMeshElementsAndNodes() before algo->Compute()
This commit is contained in:
parent
d81b4f8f21
commit
493903908d
@ -1244,7 +1244,8 @@ bool SMESH_subMesh::ComputeStateEngine(int event)
|
||||
break;
|
||||
}
|
||||
// compute
|
||||
RemoveSubMeshElementsAndNodes();
|
||||
CleanDependants();
|
||||
//RemoveSubMeshElementsAndNodes();
|
||||
//removeSubMesh( _meshDS, _subShape );
|
||||
if (!algo->NeedDescretBoundary() && !algo->OnlyUnaryInput())
|
||||
ret = ApplyToCollection( algo, GetCollection( gen, algo ) );
|
||||
|
Loading…
Reference in New Issue
Block a user