]> SALOME platform Git repositories - modules/smesh.git/blobdiff - src/StdMeshers/StdMeshers_FixedPoints1D.cxx
Salome HOME
fight warnings c++17 error throw(). Build SMESH finished.
[modules/smesh.git] / src / StdMeshers / StdMeshers_FixedPoints1D.cxx
index 87f2e471e444a7d73a4dd0ca9dc704efd19365ef..449988c8447471a1b9b9c858ff49a8a16d621cbb 100644 (file)
@@ -61,7 +61,7 @@ StdMeshers_FixedPoints1D::~StdMeshers_FixedPoints1D()
 //=============================================================================
 
 void StdMeshers_FixedPoints1D::SetPoints(const std::vector<double>& listParams)
-  throw(SALOME_Exception)
+  
 {
   _params = listParams;
   NotifySubMeshesHypothesisModification();
@@ -74,7 +74,7 @@ void StdMeshers_FixedPoints1D::SetPoints(const std::vector<double>& listParams)
 //=============================================================================
 
 void StdMeshers_FixedPoints1D::SetNbSegments(const std::vector<int>& listNbSeg) 
-  throw(SALOME_Exception)
+  
 {
   _nbsegs = listNbSeg;
   NotifySubMeshesHypothesisModification();