X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FStdMeshers_I%2FStdMeshers_Geometric1D_i.cxx;h=7954948f8c81d6398915d25cef2f34d9cc12a223;hb=ed49807f170bded5dffd1f25be7b8c5799cdab6b;hp=1770015dda0b6086f00be0924389a97ee5d19c0a;hpb=6d32f944a0a115b6419184c50b57bf7c4eef5786;p=modules%2Fsmesh.git diff --git a/src/StdMeshers_I/StdMeshers_Geometric1D_i.cxx b/src/StdMeshers_I/StdMeshers_Geometric1D_i.cxx index 1770015dd..7954948f8 100644 --- a/src/StdMeshers_I/StdMeshers_Geometric1D_i.cxx +++ b/src/StdMeshers_I/StdMeshers_Geometric1D_i.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2019 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2007-2020 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 );