Skip to content
Snippets Groups Projects
Commit d75ec27a authored by Bram Veenboer's avatar Bram Veenboer
Browse files

Merge branch 'fix'

parents dcc0601f 3b286c22
No related branches found
No related tags found
No related merge requests found
Pipeline #688 passed
......@@ -279,6 +279,8 @@ class Array4D : public ArrayXD<T> {
using ArrayXD<T>::ArrayXD;
public:
Array4D() {};
Array4D(
size_t w_dim,
size_t z_dim,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment