summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorClaudius "keldu" Holeksa <mail@keldu.de>2026-07-04 22:21:37 +0200
committerClaudius "keldu" Holeksa <mail@keldu.de>2026-07-04 22:21:37 +0200
commit275ded2ed5a5bdb92c78a801e40926fc000fb25b (patch)
tree454bbdadaf23868c1d4a3ab16b06462104680eba /lib
parent7c2b3e234409da04d2bf943c35a83e4a8f049e8d (diff)
downloadlibs-lbm-275ded2ed5a5bdb92c78a801e40926fc000fb25b.tar.gz
Hlbm prep momentum fix
Diffstat (limited to 'lib')
-rw-r--r--lib/core/c++/hlbm.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/core/c++/hlbm.hpp b/lib/core/c++/hlbm.hpp
index df6f173..18c32a5 100644
--- a/lib/core/c++/hlbm.hpp
+++ b/lib/core/c++/hlbm.hpp
@@ -157,7 +157,7 @@ public:
};
template<typename T, typename Desc, typename Encode>
-class component<T, Desc, cmpt::HlbmParticle, Encode> final {
+class component<T, Desc, cmpt::HlbmOneParticleMomentumExchange, Encode> final {
public:
template<typename CellFieldSchema, typename MacroFieldSchema, typename ParticleSchema>
void apply(const saw::data<CellFieldSchema, Encode>& field, const saw::data<MacroFieldSchema,Encode>& macros, const saw::data<ParticleSchema,Encode>& part_group, saw::data<sch::FixedArray<sch::UInt64,1u>> index, saw::data<sch::UInt64> time_step) const {