mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-14 21:20: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
|
||||
clearPropagationChain( subMesh );
|
||||
}
|
||||
return;
|
||||
case SMESH_subMesh::MODIF_HYP: // hyp modif
|
||||
// return; -- hyp is modified any way
|
||||
default:
|
||||
//case SMESH_subMesh::MODIF_HYP: // hyp modif
|
||||
// clear mesh in a chain
|
||||
DBGMSG( "MODIF_HYP on HAS_PROPAG_HYP " << subMesh->GetId() );
|
||||
SMESH_subMeshIteratorPtr smIt = data->GetChain();
|
||||
|
Loading…
Reference in New Issue
Block a user