X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FStdMeshers_I%2FStdMeshers_Geometric1D_i.cxx;h=88676d253c83e47b0351955af4d3aa5236d26aa5;hb=35f01d3bc6171b9fc6908fa06f1cae0e88fe6db9;hp=d7570fe4b533af6a88889503747a5a99a58c14ef;hpb=0fc0831670e27a5611b941c52dc152fd63964515;p=modules%2Fsmesh.git diff --git a/src/StdMeshers_I/StdMeshers_Geometric1D_i.cxx b/src/StdMeshers_I/StdMeshers_Geometric1D_i.cxx index d7570fe4b..88676d253 100644 --- a/src/StdMeshers_I/StdMeshers_Geometric1D_i.cxx +++ b/src/StdMeshers_I/StdMeshers_Geometric1D_i.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2020 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2007-2021 CEA/DEN, EDF R&D, OPEN CASCADE // // Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS @@ -57,7 +57,6 @@ StdMeshers_Geometric1D_i::StdMeshers_Geometric1D_i( PortableServer::POA_ptr theP //============================================================================= void StdMeshers_Geometric1D_i::SetStartLength( CORBA::Double theLength ) - throw (SALOME::SALOME_Exception) { try { this->GetImpl()->SetStartLength( theLength ); @@ -77,7 +76,6 @@ void StdMeshers_Geometric1D_i::SetStartLength( CORBA::Double theLength ) //============================================================================= void StdMeshers_Geometric1D_i::SetCommonRatio( CORBA::Double factor ) - throw (SALOME::SALOME_Exception) { try { this->GetImpl()->SetCommonRatio( factor );