X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FStdMeshers%2FStdMeshers_LayerDistribution.cxx;h=8a12ac3d2e3abaa5f9a37a4d6c64a13c8bb497bd;hp=03bb2c7f51a5e1a9e10e05dc3ba8b0832dcfa0c5;hb=264eeb2edd6977ccf2d2bd88cbb210353f63f7c9;hpb=251f8c052dd12dd29922210dc901b295fe999a0e diff --git a/src/StdMeshers/StdMeshers_LayerDistribution.cxx b/src/StdMeshers/StdMeshers_LayerDistribution.cxx index 03bb2c7f5..8a12ac3d2 100644 --- a/src/StdMeshers/StdMeshers_LayerDistribution.cxx +++ b/src/StdMeshers/StdMeshers_LayerDistribution.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2015 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2007-2016 CEA/DEN, EDF R&D, OPEN CASCADE // // Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS @@ -40,9 +40,9 @@ using namespace std; */ //============================================================================= -StdMeshers_LayerDistribution::StdMeshers_LayerDistribution(int hypId, int studyId, +StdMeshers_LayerDistribution::StdMeshers_LayerDistribution(int hypId, SMESH_Gen * gen) - : SMESH_Hypothesis(hypId, studyId, gen) + : SMESH_Hypothesis(hypId, gen) { _name = "LayerDistribution"; // used by RadialPrism_3D _param_algo_dim = 3; // 3D @@ -59,7 +59,6 @@ StdMeshers_LayerDistribution::StdMeshers_LayerDistribution(int hypId, int studyI StdMeshers_LayerDistribution::~StdMeshers_LayerDistribution() { - MESSAGE( "StdMeshers_LayerDistribution::~StdMeshers_LayerDistribution" ); } //=============================================================================