From: eap Date: Mon, 21 Jul 2008 09:47:15 +0000 (+0000) Subject: fix the problem that dependent submeshes are not always cleared when X-Git-Tag: V4_1_4a1~39 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=33cfc57a7c727afd7de55770f1c48868748fd403;p=modules%2Fsmesh.git fix the problem that dependent submeshes are not always cleared when hypothesis is removed --- diff --git a/src/StdMeshers/StdMeshers_Propagation.cxx b/src/StdMeshers/StdMeshers_Propagation.cxx index 64ff66f35..b442e6d79 100644 --- a/src/StdMeshers/StdMeshers_Propagation.cxx +++ b/src/StdMeshers/StdMeshers_Propagation.cxx @@ -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();