Salome HOME
Merge branch 'master' into kleontev/32517_dynamic_log_messages
authorKonstantin LEONTEV <konstantin.leontev@opencascade.com>
Fri, 21 Oct 2022 13:48:16 +0000 (16:48 +0300)
committerKonstantin LEONTEV <konstantin.leontev@opencascade.com>
Fri, 21 Oct 2022 13:48:16 +0000 (16:48 +0300)
1  2 
src/OBJECT/SMESH_DeviceActor.cxx
src/SMESH/SMESH_Mesh.cxx
src/SMESH/SMESH_MeshEditor.cxx
src/SMESH_I/SMESH_2smeshpy.cxx
src/SMESH_I/SMESH_Gen_i.cxx

Simple merge
index eb575a5fea211baaaedd6143d25de7f4ff7596c1,5ff4c1830298e7bea5ee208a347ab3082f1bd83e..90f4a8a02cb8a31ba4bb41827079e315b28ec35c
@@@ -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;
Simple merge
Simple merge
Simple merge