From: eap Date: Mon, 22 Aug 2011 07:36:31 +0000 (+0000) Subject: 021346: EDF 1938 SMESH: "Use existing elements" functionality X-Git-Tag: V6_4_0a1~101 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=01eee42f0100e8085291391cb234ef59ebd392fd;p=modules%2Fsmesh.git 021346: EDF 1938 SMESH: "Use existing elements" functionality Improve comments --- diff --git a/src/StdMeshers/StdMeshers_Import_1D.cxx b/src/StdMeshers/StdMeshers_Import_1D.cxx index 890359254..32fea58ef 100644 --- a/src/StdMeshers/StdMeshers_Import_1D.cxx +++ b/src/StdMeshers/StdMeshers_Import_1D.cxx @@ -889,8 +889,8 @@ void StdMeshers_Import_1D::importMesh(const SMESH_Mesh* srcMesh, e2e->clear(); // Remember created groups in order to remove them as soon as the srcHyp is - // modified or something other similar happens. Store them in a hypothesis - // as it stores its values anyway + // modified or something other similar happens. This imformation must be persistent, + // for that store them in a hypothesis as it stores its values in the file anyway srcHyp->StoreResultGroups( resultGroups, *srcMeshDS, *tgtMeshDS ); }