mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-27 13:20:34 +05:00
copy numvertices for optimize2dmesh
This commit is contained in:
parent
f70d2c13c4
commit
10297c1e6c
@ -123,6 +123,8 @@ namespace netgen
|
|||||||
if (mesh2.cd3names[i]) cd3names[i] = new string(*mesh2.cd3names[i]);
|
if (mesh2.cd3names[i]) cd3names[i] = new string(*mesh2.cd3names[i]);
|
||||||
else cd3names[i] = 0;
|
else cd3names[i] = 0;
|
||||||
|
|
||||||
|
numvertices = mesh2.numvertices;
|
||||||
|
|
||||||
return *this;
|
return *this;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user