Salome HOME
#18963 Minimize compiler warnings
[modules/smesh.git] / src / StdMeshers / StdMeshers_FixedPoints1D.hxx
index 95bf09ed5cc0a9bb2ddf8365c075ffd358bb6cd6..431ef1e9e47c1fc2dd27de05e678b608524ec579 100644 (file)
@@ -41,11 +41,9 @@ public:
   StdMeshers_FixedPoints1D(int hypId, SMESH_Gen* gen);
   virtual ~StdMeshers_FixedPoints1D();
 
-  void SetPoints(const std::vector<double>& listParams)
-    throw(SALOME_Exception);
+  void SetPoints(const std::vector<double>& listParams);
 
-  void SetNbSegments(const std::vector<int>& listNbSeg) 
-    throw(SALOME_Exception);
+  void SetNbSegments(const std::vector<int>& listNbSeg) ;
 
   const std::vector<double>& GetPoints() const { return _params; }