From a8f3da04b7d924d6bc8a38b15c7f0def4240a76a Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Fri, 21 Jul 2023 01:31:33 +0200 Subject: c++: Flipped template parameter positions --- c++/descriptor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c++/descriptor.h') 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 +template using Lattice = Array; } } -- cgit v1.2.3