X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FStdMeshers%2FStdMeshers_LayerDistribution.cxx;h=8212547e99ec3690175a74457b73af072302bf01;hp=8a12ac3d2e3abaa5f9a37a4d6c64a13c8bb497bd;hb=2629c8bf51f3390fe65bfc35237846aefe1a06e0;hpb=d5029840731bccaa1718e65f0abf3b19198c7293 diff --git a/src/StdMeshers/StdMeshers_LayerDistribution.cxx b/src/StdMeshers/StdMeshers_LayerDistribution.cxx index 8a12ac3d2..8212547e9 100644 --- a/src/StdMeshers/StdMeshers_LayerDistribution.cxx +++ b/src/StdMeshers/StdMeshers_LayerDistribution.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2016 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2007-2020 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 @@ -94,6 +94,7 @@ void StdMeshers_LayerDistribution::SetLayerDistribution(SMESH_Hypothesis* hyp1D) ostream & StdMeshers_LayerDistribution::SaveTo(ostream & save) { + save << "StdMeshers_LayerDistribution"; // just to enable "Edit" in pop-up menu return save; }