fix PAL10974. Call CleanDependants() instead of

RemoveSubMeshElementsAndNodes() before algo->Compute()
This commit is contained in:
eap 2005-12-20 13:57:13 +00:00
parent d81b4f8f21
commit 493903908d

View File

@ -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 ) );