Salome HOME
fight warnings c++17 error throw(). Build SMESH finished.
[modules/smesh.git] / src / StdMeshers / StdMeshers_FixedPoints1D.hxx
index 95bf09ed5cc0a9bb2ddf8365c075ffd358bb6cd6..d350e4dac9b71d21bd399262eddf44f84b6d90cd 100644 (file)
@@ -42,10 +42,10 @@ public:
   virtual ~StdMeshers_FixedPoints1D();
 
   void SetPoints(const std::vector<double>& listParams)
-    throw(SALOME_Exception);
+    ;
 
   void SetNbSegments(const std::vector<int>& listNbSeg) 
-    throw(SALOME_Exception);
+    ;
 
   const std::vector<double>& GetPoints() const { return _params; }