Set geometry in Mesh assignment operator

Sets the geometry in coarsemesh in HPRefinement()
Fixes #22
This commit is contained in:
Matthias Hochsteger 2019-11-29 12:30:37 +01:00
parent 9495d1feae
commit 2eff09cc41

View File

@ -88,6 +88,7 @@ namespace netgen
Mesh & Mesh :: operator= (const Mesh & mesh2)
{
geometry = mesh2.geometry;
dimension = mesh2.dimension;
points = mesh2.points;
segments = mesh2.segments;