X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FStdMeshers%2FStdMeshers_LayerDistribution2D.cxx;h=d3365e407fb32b6c873302539e57d5518e163894;hb=2a904f692b6e49f40bbbb751ebc340582f9d9086;hp=815768e4fa88832cb51d40344893ce8b1cc9b5a5;hpb=5d68554076bbca0e1e95fb0db215a6c2b84b6c54;p=modules%2Fsmesh.git diff --git a/src/StdMeshers/StdMeshers_LayerDistribution2D.cxx b/src/StdMeshers/StdMeshers_LayerDistribution2D.cxx index 815768e4f..d3365e407 100644 --- a/src/StdMeshers/StdMeshers_LayerDistribution2D.cxx +++ b/src/StdMeshers/StdMeshers_LayerDistribution2D.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2014 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2007-2020 CEA/DEN, EDF R&D, OPEN CASCADE // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -36,9 +36,8 @@ //============================================================================= StdMeshers_LayerDistribution2D::StdMeshers_LayerDistribution2D(int hypId, - int studyId, SMESH_Gen * gen) - : StdMeshers_LayerDistribution(hypId, studyId, gen) + : StdMeshers_LayerDistribution(hypId, gen) { _name = "LayerDistribution2D"; // used by RadialQuadrangle_1D2D _param_algo_dim = 2; // 2D @@ -55,5 +54,4 @@ StdMeshers_LayerDistribution2D::StdMeshers_LayerDistribution2D(int hypId, StdMeshers_LayerDistribution2D::~StdMeshers_LayerDistribution2D() { - MESSAGE( "StdMeshers_LayerDistribution2D::~StdMeshers_LayerDistribution2D" ); }