diff options
| author | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-07-25 23:17:18 +0200 |
|---|---|---|
| committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-07-25 23:17:18 +0200 |
| commit | 530bd236a0aee9c22b87de236164c59afe6adae7 (patch) | |
| tree | 61c5400577b487f97da7a831dbdbd3a8b430c7d5 /modules/core/c++ | |
| parent | 3bc151904b7388bcd578f3b81fadd69399932900 (diff) | |
| download | libs-lbm-530bd236a0aee9c22b87de236164c59afe6adae7.tar.gz | |
dangling
Diffstat (limited to 'modules/core/c++')
| -rw-r--r-- | modules/core/c++/hlbm.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/core/c++/hlbm.hpp b/modules/core/c++/hlbm.hpp index bb21ae5..fc19728 100644 --- a/modules/core/c++/hlbm.hpp +++ b/modules/core/c++/hlbm.hpp @@ -17,6 +17,9 @@ struct HlbmOneParticle {}; struct HlbmParticle {}; struct HlbmOneParticleMomentumExchange {}; } +namespace method { +struct Hlbm {}; +} template<typename T, typename Descriptor, typename Encode> class component<T, Descriptor, cmpt::HlbmReset, Encode> final { |
