X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FStdMeshers_I%2FStdMeshers_LayerDistribution2D_i.cxx;h=9b81cd28656cfacfa45f9ac3df2a881d9ee1eaac;hp=37e780ec21297ab5b137b27bcbcc0af81af1d861;hb=8d297d6698f361d4f2dde723050bcfbaea050920;hpb=7eda9ca931ed2a11cb5e4637e4ffe19f5c061115 diff --git a/src/StdMeshers_I/StdMeshers_LayerDistribution2D_i.cxx b/src/StdMeshers_I/StdMeshers_LayerDistribution2D_i.cxx index 37e780ec2..9b81cd286 100644 --- a/src/StdMeshers_I/StdMeshers_LayerDistribution2D_i.cxx +++ b/src/StdMeshers_I/StdMeshers_LayerDistribution2D_i.cxx @@ -36,14 +36,11 @@ StdMeshers_LayerDistribution2D_i::StdMeshers_LayerDistribution2D_i (PortableServer::POA_ptr thePOA, - int theStudyId, ::SMESH_Gen* theGenImpl ) :SMESH_Hypothesis_i( thePOA ), - StdMeshers_LayerDistribution_i(thePOA,theStudyId,theGenImpl) + StdMeshers_LayerDistribution_i(thePOA, theGenImpl) { - MESSAGE( "StdMeshers_LayerDistribution2D_i::StdMeshers_LayerDistribution2D_i" ); myBaseImpl = new ::StdMeshers_LayerDistribution2D(theGenImpl->GetANewId(), - theStudyId, theGenImpl); } @@ -57,7 +54,6 @@ StdMeshers_LayerDistribution2D_i::StdMeshers_LayerDistribution2D_i StdMeshers_LayerDistribution2D_i::~StdMeshers_LayerDistribution2D_i() { - MESSAGE("StdMeshers_LayerDistribution2D_i::~StdMeshers_LayerDistribution2D_i"); } //=============================================================================