From e94b82a2dbfbe03cde38375dc687b5952cdfa2c3 Mon Sep 17 00:00:00 2001 From: Claudius Holeksa Date: Mon, 19 Jun 2023 20:38:24 +0200 Subject: c++: Added working code base --- c++/lattice.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'c++/lattice.h') diff --git a/c++/lattice.h b/c++/lattice.h index 62752e8..eb3b4cc 100644 --- a/c++/lattice.h +++ b/c++/lattice.h @@ -5,6 +5,8 @@ namespace kel { namespace lbm { namespace schema { +using namespace saw::schema; + template using Lattice = Array; @@ -16,4 +18,3 @@ using Lattice3D = Lattice; } } } -} -- cgit v1.2.3