Salome HOME
fix the problem that dependent submeshes are not always cleared when
authoreap <eap@opencascade.com>
Mon, 21 Jul 2008 09:47:15 +0000 (09:47 +0000)
committereap <eap@opencascade.com>
Mon, 21 Jul 2008 09:47:15 +0000 (09:47 +0000)
hypothesis is removed

src/StdMeshers/StdMeshers_Propagation.cxx

index 64ff66f350fbb2f7a6efcc141f89889b80ff1017..b442e6d79080901c06ffc5e755c51a194e997748 100644 (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();