X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FStdMeshers_I%2FStdMeshers_AutomaticLength_i.cxx;h=31777735e5283208925b187ccf85e89962091d79;hb=96b56d1ee6cac6144b4cb376187ec7c21be4ae51;hp=d532e39351b70d0d476c027e3facebdcc83c221d;hpb=c7d720eb8a7192a3316c968df9451e3a6d0f3f8d;p=modules%2Fsmesh.git diff --git a/src/StdMeshers_I/StdMeshers_AutomaticLength_i.cxx b/src/StdMeshers_I/StdMeshers_AutomaticLength_i.cxx index d532e3935..31777735e 100644 --- a/src/StdMeshers_I/StdMeshers_AutomaticLength_i.cxx +++ b/src/StdMeshers_I/StdMeshers_AutomaticLength_i.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2016 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 @@ -47,13 +47,11 @@ using namespace std; //============================================================================= StdMeshers_AutomaticLength_i::StdMeshers_AutomaticLength_i( PortableServer::POA_ptr thePOA, - int theStudyId, ::SMESH_Gen* theGenImpl ) : SALOME::GenericObj_i( thePOA ), SMESH_Hypothesis_i( thePOA ) { myBaseImpl = new ::StdMeshers_AutomaticLength( theGenImpl->GetANewId(), - theStudyId, theGenImpl ); } @@ -78,7 +76,6 @@ StdMeshers_AutomaticLength_i::~StdMeshers_AutomaticLength_i() //============================================================================= void StdMeshers_AutomaticLength_i::SetFineness( CORBA::Double theFineness ) - throw ( SALOME::SALOME_Exception ) { ASSERT( myBaseImpl ); try {