Salome HOME
#17845 [EDF] Modifications of Automatic meshing
[modules/smesh.git] / src / SMESH_I / SMESH_Gen_i.hxx
index 3338b41dc1d6ad91268a6fb486f939d9d7ff89c1..ec800b96566ebf9139b3557f90568d370c1d9757 100644 (file)
@@ -164,11 +164,11 @@ public:
     throw ( SALOME::SALOME_Exception );
 
   // Return hypothesis of given type holding parameter values of the existing mesh
-  SMESH::SMESH_Hypothesis_ptr GetHypothesisParameterValues (const char*           theHypType,
-                                                            const char*           theLibName,
-                                                            SMESH::SMESH_Mesh_ptr theMesh,
-                                                            GEOM::GEOM_Object_ptr theGeom,
-                                                            CORBA::Boolean        byMesh)
+  SMESH::SMESH_Hypothesis_ptr GetHypothesisParameterValues (const char*                 theHypType,
+                                                            const char*                 theLibName,
+                                                            SMESH::SMESH_Mesh_ptr       theMesh,
+                                                            GEOM::GEOM_Object_ptr       theGeom,
+                                                            const SMESH::HypInitParams& theWay)
     throw ( SALOME::SALOME_Exception );
 
   /*