From 3b605c9a1443c909f976c248bac45be578768f63 Mon Sep 17 00:00:00 2001 From: Christopher Lackner Date: Thu, 11 Apr 2019 13:57:14 +0200 Subject: [PATCH] archive numvertices so that secondorder mesh is pickled correctly --- libsrc/meshing/meshclass.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/libsrc/meshing/meshclass.cpp b/libsrc/meshing/meshclass.cpp index 4e76e9aa..76634bfb 100644 --- a/libsrc/meshing/meshclass.cpp +++ b/libsrc/meshing/meshclass.cpp @@ -1321,6 +1321,7 @@ namespace netgen archive & segments; archive & facedecoding; archive & materials & bcnames & cd2names & cd3names; + archive & numvertices; archive & *ident;