mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-28 11:40:33 +05:00
fix the problem that dependent submeshes are not always cleared when
hypothesis is removed
This commit is contained in:
parent
60d6911d52
commit
33cfc57a7c
@ -543,8 +543,9 @@ namespace {
|
|||||||
// clear propagation chain
|
// clear propagation chain
|
||||||
clearPropagationChain( subMesh );
|
clearPropagationChain( subMesh );
|
||||||
}
|
}
|
||||||
return;
|
// return; -- hyp is modified any way
|
||||||
case SMESH_subMesh::MODIF_HYP: // hyp modif
|
default:
|
||||||
|
//case SMESH_subMesh::MODIF_HYP: // hyp modif
|
||||||
// clear mesh in a chain
|
// clear mesh in a chain
|
||||||
DBGMSG( "MODIF_HYP on HAS_PROPAG_HYP " << subMesh->GetId() );
|
DBGMSG( "MODIF_HYP on HAS_PROPAG_HYP " << subMesh->GetId() );
|
||||||
SMESH_subMeshIteratorPtr smIt = data->GetChain();
|
SMESH_subMeshIteratorPtr smIt = data->GetChain();
|
||||||
|
Loading…
Reference in New Issue
Block a user