diff options
| author | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-08-17 22:26:02 +0200 |
|---|---|---|
| committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-08-17 22:26:02 +0200 |
| commit | 5ba7e8470f29f96ea0a12a78b3d97091fe69a581 (patch) | |
| tree | eecd40b0e324657c1eeb0e3cd7f53f10aa6b0db7 /modules | |
| parent | 4963e6a6f1d1c1f0482e143268a2053ed26cc047 (diff) | |
| download | libs-lbm-5ba7e8470f29f96ea0a12a78b3d97091fe69a581.tar.gz | |
Fix things
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/core/c++/boundary.hpp | 2 | ||||
| -rw-r--r-- | modules/core/c++/psm.hpp | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/modules/core/c++/boundary.hpp b/modules/core/c++/boundary.hpp index e7567c9..8312584 100644 --- a/modules/core/c++/boundary.hpp +++ b/modules/core/c++/boundary.hpp @@ -12,7 +12,7 @@ template<uint64_t i> struct AntiBounceBack {}; template<bool East> -struct ZouHeHorizontal{}; +struct ZouHeVelocityX{}; struct Equilibrium {}; diff --git a/modules/core/c++/psm.hpp b/modules/core/c++/psm.hpp index 2daff5e..1dca64b 100644 --- a/modules/core/c++/psm.hpp +++ b/modules/core/c++/psm.hpp @@ -11,6 +11,9 @@ struct PsmReset {}; struct PsmOneParticle {}; struct Psm {}; } +namespace method { +struct Psm {}; +} template<typename T, typename Descriptor, typename Encode> class component<T, Descriptor, cmpt::PsmReset, Encode> final { |
