archive numvertices so that secondorder mesh is pickled correctly

This commit is contained in:
Christopher Lackner 2019-04-11 13:57:14 +02:00
parent 2794dda996
commit 3b605c9a14

View File

@ -1321,6 +1321,7 @@ namespace netgen
archive & segments;
archive & facedecoding;
archive & materials & bcnames & cd2names & cd3names;
archive & numvertices;
archive & *ident;