X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FSMESH%2FSMESH_Hypothesis.cxx;h=2d1e10c165906c40776ccded4f72a2fcf5e6eb45;hp=d51ae2a45cef0c9e50cc1e8eba60ac4a06133810;hb=5504d02a2237b17b8459bcd3b1fb2a89468598cd;hpb=004925bca40d46c25cf9cc837193335163c2d44f diff --git a/src/SMESH/SMESH_Hypothesis.cxx b/src/SMESH/SMESH_Hypothesis.cxx index d51ae2a45..2d1e10c16 100644 --- a/src/SMESH/SMESH_Hypothesis.cxx +++ b/src/SMESH/SMESH_Hypothesis.cxx @@ -26,8 +26,12 @@ // Module : SMESH // #include "SMESH_Hypothesis.hxx" + +#include "SMESHDS_Mesh.hxx" #include "SMESH_Gen.hxx" +#include "SMESH_Mesh.hxx" #include "SMESH_subMesh.hxx" + #include "utilities.h" using namespace std; @@ -121,15 +125,15 @@ void SMESH_Hypothesis::NotifySubMeshesHypothesisModification() for (itm = myStudyContext->mapMesh.begin(); itm != myStudyContext->mapMesh.end(); itm++) - { - SMESH_Mesh* mesh = (*itm).second; - mesh->NotifySubMeshesHypothesisModification( this ); - } + { + SMESH_Mesh* mesh = (*itm).second; + mesh->NotifySubMeshesHypothesisModification( this ); + } } //============================================================================= /*! - * + * */ //=============================================================================