mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-11 16:49:16 +05:00
init allocsize in NgArray
This commit is contained in:
parent
7c4f1cf53a
commit
eb87741b70
@ -242,7 +242,7 @@ namespace netgen
|
||||
using NgFlatArray<T,BASE,TIND>::data;
|
||||
|
||||
/// physical size of array
|
||||
size_t allocsize;
|
||||
size_t allocsize = 0;
|
||||
/// memory is responsibility of container
|
||||
bool ownmem;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user