init allocsize in NgArray

This commit is contained in:
Matthias Hochsteger 2021-05-30 18:41:43 +02:00
parent 7c4f1cf53a
commit eb87741b70

View File

@ -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;