diff options
| author | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-01-19 13:35:25 +0100 |
|---|---|---|
| committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-01-19 13:35:25 +0100 |
| commit | 8b3ade73997e9f87f1232b9dc9af35969e6f50dd (patch) | |
| tree | 832f62951389ffc5f5a593a57cc6d41e3da759ab /lib/core/c++/lbm.hpp | |
| parent | 4fd241a9405124d9ac66fe7417bf628273a3762f (diff) | |
| download | libs-lbm-8b3ade73997e9f87f1232b9dc9af35969e6f50dd.tar.gz | |
Rewriting parts to handle different ghost layers
Diffstat (limited to 'lib/core/c++/lbm.hpp')
| -rw-r--r-- | lib/core/c++/lbm.hpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/core/c++/lbm.hpp b/lib/core/c++/lbm.hpp index 473ca69..aff38e9 100644 --- a/lib/core/c++/lbm.hpp +++ b/lib/core/c++/lbm.hpp @@ -19,9 +19,6 @@ #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){ |
