X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FGHS3DPlugin%2FGHS3DPlugin_OptimizerHypothesis_i.cxx;h=48c05cd2e4c3852e36f7f08c681f09b85d289174;hb=ac2d9a39f715f3cdfd4d1678df1ed65e3f42ea59;hp=d2b205ef08422d822c73952f9d8458f529fafea3;hpb=f264dfaecc1f66c2f4a300fe007b818a92a475f8;p=plugins%2Fghs3dplugin.git diff --git a/src/GHS3DPlugin/GHS3DPlugin_OptimizerHypothesis_i.cxx b/src/GHS3DPlugin/GHS3DPlugin_OptimizerHypothesis_i.cxx index d2b205e..48c05cd 100644 --- a/src/GHS3DPlugin/GHS3DPlugin_OptimizerHypothesis_i.cxx +++ b/src/GHS3DPlugin/GHS3DPlugin_OptimizerHypothesis_i.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 CEA/DEN, EDF R&D +// Copyright (C) 2004-2023 CEA, EDF // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -28,17 +28,16 @@ GHS3DPlugin_OptimizerHypothesis_i:: GHS3DPlugin_OptimizerHypothesis_i (PortableServer::POA_ptr thePOA, - int theStudyId, ::SMESH_Gen* theGenImpl) : SALOME::GenericObj_i( thePOA ), SMESH_Hypothesis_i( thePOA ), - GHS3DPlugin_Hypothesis_i( thePOA, theStudyId, theGenImpl ) + GHS3DPlugin_Hypothesis_i( thePOA, theGenImpl ) { int id = myBaseImpl ? myBaseImpl->GetID() : theGenImpl->GetANewId(); if ( myBaseImpl ) delete myBaseImpl; - myBaseImpl = new ::GHS3DPlugin_OptimizerHypothesis( id, theStudyId, theGenImpl ); + myBaseImpl = new ::GHS3DPlugin_OptimizerHypothesis( id, theGenImpl ); } namespace