X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FStdMeshers%2FStdMeshers_FixedPoints1D.cxx;h=9a1343e5f0d02f77ec048de0109e7aa99deee629;hb=f79e964b7592c63818f892516f3b4936d7704397;hp=87f2e471e444a7d73a4dd0ca9dc704efd19365ef;hpb=0fc0831670e27a5611b941c52dc152fd63964515;p=modules%2Fsmesh.git diff --git a/src/StdMeshers/StdMeshers_FixedPoints1D.cxx b/src/StdMeshers/StdMeshers_FixedPoints1D.cxx index 87f2e471e..9a1343e5f 100644 --- a/src/StdMeshers/StdMeshers_FixedPoints1D.cxx +++ b/src/StdMeshers/StdMeshers_FixedPoints1D.cxx @@ -61,7 +61,6 @@ StdMeshers_FixedPoints1D::~StdMeshers_FixedPoints1D() //============================================================================= void StdMeshers_FixedPoints1D::SetPoints(const std::vector& listParams) - throw(SALOME_Exception) { _params = listParams; NotifySubMeshesHypothesisModification(); @@ -74,7 +73,6 @@ void StdMeshers_FixedPoints1D::SetPoints(const std::vector& listParams) //============================================================================= void StdMeshers_FixedPoints1D::SetNbSegments(const std::vector& listNbSeg) - throw(SALOME_Exception) { _nbsegs = listNbSeg; NotifySubMeshesHypothesisModification(); @@ -180,7 +178,7 @@ bool StdMeshers_FixedPoints1D::SetParametersByMesh(const SMESH_Mesh* theMesh, */ //================================================================================ -bool StdMeshers_FixedPoints1D::SetParametersByDefaults(const TDefaults& dflts, +bool StdMeshers_FixedPoints1D::SetParametersByDefaults(const TDefaults& /*dflts*/, const SMESH_Mesh* /*mesh*/) { _nbsegs.reserve( 1 );