Salome HOME
Merge branch 'occ/24009'
[modules/smesh.git] / src / StdMeshers / StdMeshers_FixedPoints1D.hxx
index f8c42810d0c6dbd1d36c52e238f5f2a7b311c334..8fd302bec8e17b4b76985b9e8719cbe4426ed6c3 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2019  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2007-2021  CEA/DEN, EDF R&D, OPEN CASCADE
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -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; }