Merge branch 'array_pos' into 'master'

get data-ptr from arrays

See merge request jschoeberl/netgen!211
This commit is contained in:
Joachim Schöberl 2019-08-26 12:13:44 +00:00
commit a9de67dd9b

View File

@ -453,6 +453,9 @@ namespace ngcore
/// the size
NETGEN_INLINE size_t Size() const { return size; }
/// the data
NETGEN_INLINE T* Data() const { return data; }
/// Fill array with value val
NETGEN_INLINE const FlatArray & operator= (const T & val) const
{