mirror of
https://github.com/NGSolve/netgen.git
synced 2025-02-03 00:30:33 +05:00
Merge branch 'copy_maxh' into 'master'
copy hglob, hmin, maxhdomain in Mesh::operator= See merge request jschoeberl/netgen!482
This commit is contained in:
commit
f44c1894b8
@ -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() );
|
||||||
|
Loading…
Reference in New Issue
Block a user