mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-25 02:20:34 +05:00
021346: EDF 1938 SMESH: "Use existing elements" functionality
Improve comments
This commit is contained in:
parent
2edfe63af3
commit
01eee42f01
@ -889,8 +889,8 @@ void StdMeshers_Import_1D::importMesh(const SMESH_Mesh* srcMesh,
|
|||||||
e2e->clear();
|
e2e->clear();
|
||||||
|
|
||||||
// Remember created groups in order to remove them as soon as the srcHyp is
|
// 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
|
// modified or something other similar happens. This imformation must be persistent,
|
||||||
// as it stores its values anyway
|
// for that store them in a hypothesis as it stores its values in the file anyway
|
||||||
srcHyp->StoreResultGroups( resultGroups, *srcMeshDS, *tgtMeshDS );
|
srcHyp->StoreResultGroups( resultGroups, *srcMeshDS, *tgtMeshDS );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user