mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-11 16:49:16 +05:00
Merge branch 'pickle_ident_names' into 'master'
pickle identification names See merge request ngsolve/netgen!667
This commit is contained in:
commit
c096536e32
@ -2725,6 +2725,8 @@ namespace netgen
|
|||||||
for (auto & t : type)
|
for (auto & t : type)
|
||||||
ar & (unsigned char&)(t);
|
ar & (unsigned char&)(t);
|
||||||
}
|
}
|
||||||
|
if (ar.GetVersion("netgen") > "v6.2.2404-66")
|
||||||
|
ar & names;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user