copy numvertices for optimize2dmesh

This commit is contained in:
Michael Neunteufel 2019-06-24 19:43:21 +02:00
parent f70d2c13c4
commit 10297c1e6c

View File

@ -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;
}