Salome HOME
fight warnings c++17 error throw(). Build SMESH finished.
[modules/smesh.git] / src / StdMeshers_I / StdMeshers_MaxLength_i.hxx
index 744fa7e5925c8ec04ea54076ee74d4f28f5d4d45..56f25158b8bc4ed25a94f3324246b5b92c1f5b72 100644 (file)
@@ -50,12 +50,12 @@ public:
 
   // Set length
   void SetLength( CORBA::Double theLength )
-    throw ( SALOME::SALOME_Exception );
+    ;
   // Set precision
 
   // Sets preestimation flag
   void SetUsePreestimatedLength( CORBA::Boolean toUse)
-    throw ( SALOME::SALOME_Exception );
+    ;
 
   // Get length
   CORBA::Double GetLength();