mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-11 16:49:16 +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]);
|
||||
else cd3names[i] = 0;
|
||||
|
||||
numvertices = mesh2.numvertices;
|
||||
|
||||
return *this;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user