mirror of
https://github.com/NGSolve/netgen.git
synced 2025-02-14 06:13:07 +05:00
fix archive hashtable
This commit is contained in:
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;
|
||||
|
Loading…
Reference in New Issue
Block a user