mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-24 21:10:33 +05:00
fix archive of bitarray
This commit is contained in:
parent
45a4b2c913
commit
9ffb22c37f
@ -125,7 +125,7 @@ namespace ngcore
|
||||
}
|
||||
else
|
||||
{
|
||||
int size;
|
||||
size_t size;
|
||||
archive & size;
|
||||
ba.SetSize (size);
|
||||
ba.Clear();
|
||||
|
Loading…
Reference in New Issue
Block a user