Merge branch 'copy_maxh' into 'master'

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

See merge request jschoeberl/netgen!482
This commit is contained in:
Joachim Schöberl 2022-02-25 09:45:45 +00:00
commit f44c1894b8

View File

@ -310,6 +310,9 @@ namespace netgen
lockedpoints = mesh2.lockedpoints; lockedpoints = mesh2.lockedpoints;
facedecoding = mesh2.facedecoding; facedecoding = mesh2.facedecoding;
dimension = mesh2.dimension; dimension = mesh2.dimension;
hglob = mesh2.hglob;
hmin = mesh2.hmin;
maxhdomain = mesh2.maxhdomain;
materials.SetSize( mesh2.materials.Size() ); materials.SetSize( mesh2.materials.Size() );