From d014119b199a7e158c82c9432be7e7eb8879b8ac Mon Sep 17 00:00:00 2001 From: Christopher Lackner Date: Mon, 2 Sep 2024 16:35:57 +0200 Subject: [PATCH] pickle identification names --- libsrc/meshing/meshtype.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libsrc/meshing/meshtype.cpp b/libsrc/meshing/meshtype.cpp index 87c63384..b754c1f7 100644 --- a/libsrc/meshing/meshtype.cpp +++ b/libsrc/meshing/meshtype.cpp @@ -2725,6 +2725,8 @@ namespace netgen for (auto & t : type) ar & (unsigned char&)(t); } + if (ar.GetVersion("netgen") > "v6.2.2404-66") + ar & names; }