Salome HOME
fight warnings c++17 error throw(). Build SMESH finished.
[modules/smesh.git] / src / StdMeshers / StdMeshers_LocalLength.hxx
index 50da6ecc8e5f675c57db8619da2acbc988357a8b..4805dfe23696506ee0bc3b3310775513741fbc5e 100644 (file)
@@ -40,8 +40,8 @@ class STDMESHERS_EXPORT StdMeshers_LocalLength: public SMESH_Hypothesis
   StdMeshers_LocalLength(int hypId, SMESH_Gen * gen);
   virtual ~ StdMeshers_LocalLength();
 
-  void SetLength(double length) throw(SALOME_Exception);
-  void SetPrecision(double precision) throw(SALOME_Exception);
+  void SetLength(double length) ;
+  void SetPrecision(double precision) ;
 
   double GetLength() const;
   double GetPrecision() const;