Salome HOME
fight warnings c++17 error throw(). Build SMESH finished.
[modules/smesh.git] / src / StdMeshers / StdMeshers_Arithmetic1D.hxx
index bcfbc5ac33e1a2c652e1fb536bbe7fc80d095e8d..38811195a57e426520008ae8caf06ef52fa3665f 100644 (file)
@@ -42,7 +42,7 @@ public:
   StdMeshers_Arithmetic1D(int hypId, SMESH_Gen* gen);
   virtual ~StdMeshers_Arithmetic1D();
 
-  void SetLength(double length, bool isStartLength) throw(SALOME_Exception);
+  void SetLength(double length, bool isStartLength) ;
 
   double GetLength(bool isStartLength) const;