summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorClaudius "keldu" Holeksa <mail@keldu.de>2026-01-16 11:25:57 +0100
committerClaudius "keldu" Holeksa <mail@keldu.de>2026-01-16 11:25:57 +0100
commit4fd241a9405124d9ac66fe7417bf628273a3762f (patch)
treeec7afdf3aadb9b8653ddf64b64d425f9578a8301 /lib
parent5f185684f6c3634b699c2bc28197033903d59518 (diff)
downloadlibs-lbm-4fd241a9405124d9ac66fe7417bf628273a3762f.tar.gz
Restructuring
Diffstat (limited to 'lib')
-rw-r--r--lib/core/c++/lbm.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/core/c++/lbm.hpp b/lib/core/c++/lbm.hpp
index aff38e9..473ca69 100644
--- a/lib/core/c++/lbm.hpp
+++ b/lib/core/c++/lbm.hpp
@@ -19,6 +19,9 @@
#include <iostream>
namespace kel {
+namespace sch {
+using namespace saw::schema;
+}
namespace lbm {
template<typename T, typename Desc>
void print_lbm_meta(const converter<T>& conv, const saw::data<sch::SiKinematicViscosity<T>>& kin_vis_si){