Salome HOME
#17845 [EDF] Modifications of Automatic meshing
[modules/smesh.git] / src / SMESH_I / SMESH_Gen_i.hxx
index 52cd172b484f98d1d2632e8233361d0c8e92a4f8..0952fd1325029369704feaa62e936a135cf27ba0 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 );
 
   /*