summaryrefslogtreecommitdiff
path: root/c++/descriptor.h
diff options
context:
space:
mode:
Diffstat (limited to 'c++/descriptor.h')
-rw-r--r--c++/descriptor.h2
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>;
}
}