Merge branch 'pickle_ident_names' into 'master'

pickle identification names

See merge request ngsolve/netgen!667
This commit is contained in:
Lackner, Christopher 2024-09-02 16:46:57 +02:00
commit c096536e32

View File

@ -2725,6 +2725,8 @@ namespace netgen
for (auto & t : type)
ar & (unsigned char&)(t);
}
if (ar.GetVersion("netgen") > "v6.2.2404-66")
ar & names;
}