copy hglob, hmin, maxhdomain in Mesh::operator=

This commit is contained in:
mhochsteger@cerbsim.com 2022-02-25 10:00:41 +01:00
parent 8c2a056b52
commit 0379b737eb

View File

@ -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() );