X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSMESH_I%2FSMESH_Mesh_i.hxx;h=40e97e4c3adb854c8c1fe979bcb15410e1a89b5f;hb=788e2d8114c165bb56dbf48e803deacb13da8314;hp=388a04587675447ee8529b65c038646781fe2185;hpb=93ac2e89649b6c9fdeaa40f2e46aa3408a678d51;p=modules%2Fsmesh.git diff --git a/src/SMESH_I/SMESH_Mesh_i.hxx b/src/SMESH_I/SMESH_Mesh_i.hxx index 388a04587..40e97e4c3 100644 --- a/src/SMESH_I/SMESH_Mesh_i.hxx +++ b/src/SMESH_I/SMESH_Mesh_i.hxx @@ -465,7 +465,7 @@ public: * * Issue 0022501 */ - void CheckGeomModif(); + void CheckGeomModif( bool isBreakLink = false ); /*! * \brief Update hypotheses assigned to geom groups if the latter change * @@ -775,7 +775,7 @@ private: /*! * Return new group contents if it has been changed and update group data */ - TopoDS_Shape newGroupShape( TGeomGroupData & groupData, bool onlyIfChanged); + TopoDS_Shape newGroupShape( TGeomGroupData & groupData, int how ); };