fix the problem that dependent submeshes are not always cleared when

hypothesis is removed
This commit is contained in:
eap 2008-07-21 09:47:15 +00:00
parent 60d6911d52
commit 33cfc57a7c

View File

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