mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-24 04:50:34 +05:00
fix missing initial value for offset in HashArchive
This commit is contained in:
parent
20b82ae7af
commit
a8062a6f36
@ -918,7 +918,7 @@ namespace ngcore
|
||||
{
|
||||
size_t hash_value;
|
||||
char* h;
|
||||
int offset;
|
||||
int offset = 0;
|
||||
public:
|
||||
HashArchive() : Archive(true)
|
||||
{ h = (char*)&hash_value; }
|
||||
|
Loading…
Reference in New Issue
Block a user