pickle identification names

This commit is contained in:
Christopher Lackner 2024-09-02 16:35:57 +02:00
parent 16c49d41eb
commit d014119b19

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