mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-11 21: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;
|
size_t hash_value;
|
||||||
char* h;
|
char* h;
|
||||||
int offset;
|
int offset = 0;
|
||||||
public:
|
public:
|
||||||
HashArchive() : Archive(true)
|
HashArchive() : Archive(true)
|
||||||
{ h = (char*)&hash_value; }
|
{ h = (char*)&hash_value; }
|
||||||
|
Loading…
Reference in New Issue
Block a user