mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-11 16:49:16 +05:00
Set geometry in Mesh assignment operator
Sets the geometry in coarsemesh in HPRefinement() Fixes #22
This commit is contained in:
parent
9495d1feae
commit
2eff09cc41
@ -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