mirror of
https://github.com/NGSolve/netgen.git
synced 2025-02-24 13:05:38 +05:00
pickle identification names
This commit is contained in:
parent
16c49d41eb
commit
d014119b19
@ -2725,6 +2725,8 @@ namespace netgen
|
||||
for (auto & t : type)
|
||||
ar & (unsigned char&)(t);
|
||||
}
|
||||
if (ar.GetVersion("netgen") > "v6.2.2404-66")
|
||||
ar & names;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user