From a97669c0e67b4068d8491a8993a12aacb717768e Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Mon, 3 Jul 2023 14:22:20 +0200 Subject: c++: Building basic blocks for a setup --- c++/lattice.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'c++/lattice.h') diff --git a/c++/lattice.h b/c++/lattice.h index eb3b4cc..86c643c 100644 --- a/c++/lattice.h +++ b/c++/lattice.h @@ -7,14 +7,14 @@ namespace lbm { namespace schema { using namespace saw::schema; -template -using Lattice = Array; +template +using Lattice = Array,D>; -template -using Lattice2D = Lattice; +template +using Lattice2D = Lattice; -template -using Lattice3D = Lattice; +template +using Lattice3D = Lattice; } } } -- cgit v1.2.3