diff options
Diffstat (limited to 'c++/descriptor.h')
-rw-r--r-- | c++/descriptor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/descriptor.h b/c++/descriptor.h index f0f7f28..c09b312 100644 --- a/c++/descriptor.h +++ b/c++/descriptor.h @@ -24,7 +24,7 @@ using CellData = Struct< /** * T is an array of CellData */ -template<size_t D, typename T> +template<typename T, size_t D> using Lattice = Array<T, D>; } } |