X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FStdMeshers_I%2FStdMeshers_CompositeSegment_1D_i.cxx;fp=src%2FStdMeshers_I%2FStdMeshers_CompositeSegment_1D_i.cxx;h=482a9f16a866dc14b728c225ea53f672c593c92d;hp=01a579b56c5dd5108eb6f82e7c20fbd269e51d61;hb=b7a7d49664daa32e1befb558280e13ed0bde37c9;hpb=e7811c61c3565ada368be484f20e7fcac4a9f2cb diff --git a/src/StdMeshers_I/StdMeshers_CompositeSegment_1D_i.cxx b/src/StdMeshers_I/StdMeshers_CompositeSegment_1D_i.cxx index 01a579b56..482a9f16a 100644 --- a/src/StdMeshers_I/StdMeshers_CompositeSegment_1D_i.cxx +++ b/src/StdMeshers_I/StdMeshers_CompositeSegment_1D_i.cxx @@ -43,7 +43,6 @@ using namespace std; StdMeshers_CompositeSegment_1D_i::StdMeshers_CompositeSegment_1D_i ( PortableServer::POA_ptr thePOA, - int theStudyId, ::SMESH_Gen* theGenImpl ) : SALOME::GenericObj_i( thePOA ), SMESH_Hypothesis_i( thePOA ), @@ -51,7 +50,6 @@ StdMeshers_CompositeSegment_1D_i::StdMeshers_CompositeSegment_1D_i SMESH_1D_Algo_i( thePOA ) { myBaseImpl = new ::StdMeshers_CompositeSegment_1D( theGenImpl->GetANewId(), - theStudyId, theGenImpl ); }