From a27ae9cdbfe66152bd039657afaf8671265ffea9 Mon Sep 17 00:00:00 2001 From: eap Date: Wed, 17 Oct 2018 18:17:19 +0300 Subject: [PATCH] 23607]: [EDF] HYDRO: Copy mesh with geometry - problems of Copy elements --- src/SMESH_I/SMESH_Gen_i.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/SMESH_I/SMESH_Gen_i.cxx b/src/SMESH_I/SMESH_Gen_i.cxx index fa2034183..6abff9383 100644 --- a/src/SMESH_I/SMESH_Gen_i.cxx +++ b/src/SMESH_I/SMESH_Gen_i.cxx @@ -3464,6 +3464,7 @@ throw ( SALOME::SALOME_Exception ) SMESH_Mesh_i* srcMesh_i = SMESH::DownCast( theSourceMesh ); SMESH_Mesh_i* newMesh_i = SMESH::DownCast( theNewMesh ); + srcMesh_i->Load(); ShapeMapper shapeMapper( srcMesh_i, newMesh_i, this ); -- 2.30.2