1
0
mirror of https://github.com/NGSolve/netgen.git synced 2025-04-25 04:12:03 +05:00

init allocsize in NgArray

This commit is contained in:
Matthias Hochsteger 2021-05-30 18:41:43 +02:00
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;