Salome HOME
fight warnings c++17 error throw(). Build SMESH finished.
[modules/smesh.git] / src / StdMeshers / StdMeshers_Deflection1D.hxx
index 39bbab3283e501efdb0c3b25aeb30600d5fbfaf3..f1e3f9958061758d82e3070179b282a3c4b2588d 100644 (file)
@@ -38,7 +38,7 @@ class STDMESHERS_EXPORT StdMeshers_Deflection1D:public SMESH_Hypothesis
   StdMeshers_Deflection1D(int hypId, SMESH_Gen * gen);
   virtual ~ StdMeshers_Deflection1D();
 
-  void SetDeflection(double value) throw(SALOME_Exception);
+  void SetDeflection(double value) ;
 
   double GetDeflection() const;