From 0379b737eb00f778d97af96d669b94df86e160b2 Mon Sep 17 00:00:00 2001 From: "mhochsteger@cerbsim.com" Date: Fri, 25 Feb 2022 10:00:41 +0100 Subject: [PATCH] copy hglob, hmin, maxhdomain in Mesh::operator= --- libsrc/meshing/meshclass.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libsrc/meshing/meshclass.cpp b/libsrc/meshing/meshclass.cpp index 7f353fb7..b381f760 100644 --- a/libsrc/meshing/meshclass.cpp +++ b/libsrc/meshing/meshclass.cpp @@ -310,6 +310,9 @@ namespace netgen lockedpoints = mesh2.lockedpoints; facedecoding = mesh2.facedecoding; dimension = mesh2.dimension; + hglob = mesh2.hglob; + hmin = mesh2.hmin; + maxhdomain = mesh2.maxhdomain; materials.SetSize( mesh2.materials.Size() );