Salome HOME
updated copyright message
[plugins/ghs3dplugin.git] / src / GHS3DPlugin / GHS3DPlugin_OptimizerHypothesis_i.cxx
index d2b205ef08422d822c73952f9d8458f529fafea3..48c05cd2e4c3852e36f7f08c681f09b85d289174 100644 (file)
@@ -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
 
 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