Salome HOME
bos #20649 [CEA 19946] SMESH tests regression
[modules/smesh.git] / src / StdMeshers_I / StdMeshers_LocalLength_i.cxx
index 841731abae2215bf77fd46d001653c64af07a7d4..f6761c789a2bc3a640e6d649e8f64067af99fca6 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2019  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
@@ -75,7 +75,6 @@ StdMeshers_LocalLength_i::~StdMeshers_LocalLength_i()
  */
 //=============================================================================
 void StdMeshers_LocalLength_i::SetLength( CORBA::Double theLength )
-     throw ( SALOME::SALOME_Exception )
 {
   ASSERT( myBaseImpl );
   try {
@@ -98,7 +97,6 @@ void StdMeshers_LocalLength_i::SetLength( CORBA::Double theLength )
  */
 //=============================================================================
 void StdMeshers_LocalLength_i::SetPrecision( CORBA::Double thePrecision )
-     throw ( SALOME::SALOME_Exception )
 {
   ASSERT( myBaseImpl );
   try {