mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-12 22:20:35 +05:00
Merge branch 'fix_hprefinement' into 'master'
Set geometry in Mesh assignment operator Closes #22 See merge request jschoeberl/netgen!301
This commit is contained in:
commit
ac83338c1c
@ -88,6 +88,7 @@ namespace netgen
|
||||
|
||||
Mesh & Mesh :: operator= (const Mesh & mesh2)
|
||||
{
|
||||
geometry = mesh2.geometry;
|
||||
dimension = mesh2.dimension;
|
||||
points = mesh2.points;
|
||||
segments = mesh2.segments;
|
||||
|
Loading…
Reference in New Issue
Block a user