1
0
mirror of https://github.com/NGSolve/netgen.git synced 2025-04-23 18:32:04 +05:00

fix archive hashtable

This commit is contained in:
Joachim Schoeberl 2025-01-03 00:11:29 +01:00
parent 2838327ba1
commit 0497dc25fd

@ -835,7 +835,8 @@ namespace ngcore
used = 0;
}
void DoArchive (Archive & ar)
template <typename ARCHIVE>
void DoArchive (ARCHIVE& ar)
{
ar & hash & cont;
ar & size & mask & used;