From: Konstantin LEONTEV Date: Fri, 21 Oct 2022 13:48:16 +0000 (+0300) Subject: Merge branch 'master' into kleontev/32517_dynamic_log_messages X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=ef8aea4ac00f0f0f3fa7026a58c9dfd44d3dd1e5;p=modules%2Fsmesh.git Merge branch 'master' into kleontev/32517_dynamic_log_messages --- ef8aea4ac00f0f0f3fa7026a58c9dfd44d3dd1e5 diff --cc src/SMESH/SMESH_Mesh.cxx index eb575a5fe,5ff4c1830..90f4a8a02 --- a/src/SMESH/SMESH_Mesh.cxx +++ b/src/SMESH/SMESH_Mesh.cxx @@@ -735,9 -739,9 +735,9 @@@ SMESH_Mesh::RemoveHypothesis(const Topo throw SALOME_Exception(LOCALIZED("hypothesis does not exist")); SMESH_Hypothesis *anHyp = sc->mapHypothesis[anHypId]; - if(MYDEBUG) { SCRUTE(anHyp->GetType()); } + SCRUTE(anHyp->GetType()); - // shape + // shape bool isAlgo = ( !anHyp->GetType() == SMESHDS_Hypothesis::PARAM_ALGO ); SMESH_subMesh::algo_event event = isAlgo ? SMESH_subMesh::REMOVE_ALGO : SMESH_subMesh::REMOVE_HYP;