Salome HOME
fight warnings c++17 error throw(). Build SMESH finished.
[modules/smesh.git] / src / StdMeshers_I / StdMeshers_Geometric1D_i.hxx
index 08e4a02e56b18e286344c68769ded41af002001f..719c1df42ee910f47f5de08f38e538c4164186cb 100644 (file)
@@ -49,8 +49,8 @@ class STDMESHERS_I_EXPORT StdMeshers_Geometric1D_i:
   StdMeshers_Geometric1D_i( PortableServer::POA_ptr thePOA,
                             ::SMESH_Gen*            theGenImpl );
 
-  void SetStartLength(CORBA::Double length) throw(SALOME::SALOME_Exception);
-  void SetCommonRatio(CORBA::Double factor) throw(SALOME::SALOME_Exception);
+  void SetStartLength(CORBA::Double length) ;
+  void SetCommonRatio(CORBA::Double factor) ;
 
   CORBA::Double GetStartLength();
   CORBA::Double GetCommonRatio();