X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSMESH%2FSMESH_subMesh.hxx;h=3d26972411c1d608281f2d65ebcbad36789f47e5;hb=bfd1d67c062ad9f60bc5315afaaed0d9f272b006;hp=ef3cb629f46f3da9e982fa4f59f3bcfb81e9f01c;hpb=e74c29b7867ca230102fc580d831dda6b81b3b4c;p=modules%2Fsmesh.git diff --git a/src/SMESH/SMESH_subMesh.hxx b/src/SMESH/SMESH_subMesh.hxx index ef3cb629f..3d2697241 100644 --- a/src/SMESH/SMESH_subMesh.hxx +++ b/src/SMESH/SMESH_subMesh.hxx @@ -238,14 +238,14 @@ public: // return true if theHypothesis can be attached to me: // its dimension is checked - static bool IsApplicableHypotesis(const SMESH_Hypothesis* theHypothesis, + static bool IsApplicableHypothesis(const SMESH_Hypothesis* theHypothesis, const TopAbs_ShapeEnum theShapeType); - bool IsApplicableHypotesis(const SMESH_Hypothesis* theHypothesis) const; + bool IsApplicableHypothesis(const SMESH_Hypothesis* theHypothesis) const; // return true if theHypothesis can be used to mesh me: // its shape type is checked - SMESH_Hypothesis::Hypothesis_Status CheckConcurentHypothesis (const int theHypType); + SMESH_Hypothesis::Hypothesis_Status CheckConcurrentHypothesis (const int theHypType); // check if there are several applicable hypothesis on fathers /*!