mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-24 21:10:33 +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;
|
||||
facedecoding = mesh2.facedecoding;
|
||||
dimension = mesh2.dimension;
|
||||
hglob = mesh2.hglob;
|
||||
hmin = mesh2.hmin;
|
||||
maxhdomain = mesh2.maxhdomain;
|
||||
|
||||
|
||||
materials.SetSize( mesh2.materials.Size() );
|
||||
|
Loading…
Reference in New Issue
Block a user