Salome HOME
#18963 Minimize compiler warnings
[modules/smesh.git] / src / StdMeshers / StdMeshers_Geometric1D.hxx
index 86018a21f0b9df1d4703761111f1984187e7232a..1e3d86ac10fa5eebab103fb9ab8f8c9e6a5cfafa 100644 (file)
@@ -37,8 +37,8 @@ class STDMESHERS_EXPORT StdMeshers_Geometric1D: public StdMeshers_Reversible1D
 public:
   StdMeshers_Geometric1D(int hypId, SMESH_Gen* gen);
 
-  void SetStartLength(double length) throw(SALOME_Exception);
-  void SetCommonRatio(double factor) throw(SALOME_Exception);
+  void SetStartLength(double length);
+  void SetCommonRatio(double factor);
 
   double GetStartLength() const;
   double GetCommonRatio() const;