Salome HOME
Merge branch 'master' into gni/documentation
[modules/smesh.git] / src / StdMeshers_I / StdMeshers_MaxLength_i.cxx
index cdec50ea800fdba5b145104d36affd1480598eac..e6615ab46190c18db092812664041cdd05b22fc5 100644 (file)
@@ -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
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -70,7 +70,6 @@ StdMeshers_MaxLength_i::~StdMeshers_MaxLength_i()
  */
 //=============================================================================
 void StdMeshers_MaxLength_i::SetLength( CORBA::Double theLength )
-     throw ( SALOME::SALOME_Exception )
 {
   ASSERT( myBaseImpl );
   try {
@@ -91,7 +90,6 @@ void StdMeshers_MaxLength_i::SetLength( CORBA::Double theLength )
  */
 //=============================================================================
 void StdMeshers_MaxLength_i::SetUsePreestimatedLength( CORBA::Boolean toUse )
-  throw ( SALOME::SALOME_Exception )
 {
   ASSERT( myBaseImpl );
   try {