mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-24 21:10:33 +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;
|
using NgFlatArray<T,BASE,TIND>::data;
|
||||||
|
|
||||||
/// physical size of array
|
/// physical size of array
|
||||||
size_t allocsize;
|
size_t allocsize = 0;
|
||||||
/// memory is responsibility of container
|
/// memory is responsibility of container
|
||||||
bool ownmem;
|
bool ownmem;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user