X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FStdMeshers%2FStdMeshers_LayerDistribution.cxx;fp=src%2FStdMeshers%2FStdMeshers_LayerDistribution.cxx;h=8212547e99ec3690175a74457b73af072302bf01;hp=6304e6dc5cb4086fa24f9243d807d56dfa6e59fc;hb=2629c8bf51f3390fe65bfc35237846aefe1a06e0;hpb=928a9967c95638ed1b0bc2a1cc60ae7ed1643774 diff --git a/src/StdMeshers/StdMeshers_LayerDistribution.cxx b/src/StdMeshers/StdMeshers_LayerDistribution.cxx index 6304e6dc5..8212547e9 100644 --- a/src/StdMeshers/StdMeshers_LayerDistribution.cxx +++ b/src/StdMeshers/StdMeshers_LayerDistribution.cxx @@ -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; }