mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-12 14:10:34 +05:00
copy hglob, hmin, maxhdomain in Mesh::operator=
This commit is contained in:
parent
8c2a056b52
commit
0379b737eb
@ -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