Salome HOME
fight warnings c++17 error throw(). Build SMESH finished.
[modules/smesh.git] / src / StdMeshers / StdMeshers_AutomaticLength.hxx
index b02e0e7245edff6a8a73dbb70583d324a32ccebc..578617392b942f65bfeadbe7725feab23b6b9c54 100644 (file)
@@ -56,13 +56,13 @@ public:
    * \brief Computes segment for a given edge
    */
   double GetLength(const SMESH_Mesh* aMesh, const TopoDS_Shape& anEdge)
-    throw(SALOME_Exception);
+    ;
 
   /*!
    * \brief Computes segment length for an edge of given length
    */
   double GetLength(const SMESH_Mesh* aMesh, const double edgeLength)
-    throw(SALOME_Exception);
+    ;
 
   /*!
    * \brief Set Fineness
@@ -75,7 +75,7 @@ public:
    * is divided by (0.5 + 4.5 x theFineness)
    */
   void SetFineness(double theFineness)
-    throw(SALOME_Exception);
+    ;
 
   /*!
    * \brief Return mesh Fineness