From e60db388693b63be6d7e4c03234976b567378e94 Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Wed, 21 Jan 2026 17:20:08 +0100 Subject: Fixing compilation errors --- lib/core/c++/chunk.hpp | 6 ++++++ lib/core/c++/geometry.hpp | 4 +++- lib/core/c++/lbm.hpp | 1 + 3 files changed, 10 insertions(+), 1 deletion(-) (limited to 'lib/core') diff --git a/lib/core/c++/chunk.hpp b/lib/core/c++/chunk.hpp index 607bec0..ad7de34 100644 --- a/lib/core/c++/chunk.hpp +++ b/lib/core/c++/chunk.hpp @@ -76,4 +76,10 @@ public: return data,Encode>{{Sides...}}; } }; + +template +struct meta_schema> { + using MetaSchema = typename meta_schema::MetaSchema; +}; + } diff --git a/lib/core/c++/geometry.hpp b/lib/core/c++/geometry.hpp index 6875e90..c8a48a6 100644 --- a/lib/core/c++/geometry.hpp +++ b/lib/core/c++/geometry.hpp @@ -21,7 +21,9 @@ class component final { private: public: template - void apply(saw::data& field, const saw::data) + void apply(saw::data& field, const saw::data){ + auto& info_f = field.template get<"info">(); + } }; // Ghost - 0 diff --git a/lib/core/c++/lbm.hpp b/lib/core/c++/lbm.hpp index aff38e9..00f153a 100644 --- a/lib/core/c++/lbm.hpp +++ b/lib/core/c++/lbm.hpp @@ -2,6 +2,7 @@ #include "schema.hpp" #include "flatten.hpp" +#include "chunk.hpp" #include "descriptor.hpp" #include "boundary.hpp" #include "converter.hpp" -- cgit v1.2.3