summaryrefslogtreecommitdiff
path: root/examples/poiseulle_moving_particle_2d_psm_gpu/sim.cpp
diff options
context:
space:
mode:
authorClaudius "keldu" Holeksa <mail@keldu.de>2026-06-28 19:17:52 +0200
committerClaudius "keldu" Holeksa <mail@keldu.de>2026-06-28 19:17:52 +0200
commit7a7d681ce70133ef0bc47a701f5b8448b15b3a29 (patch)
treea43812d57dc11f828d50a89764a45aaa74de93bf /examples/poiseulle_moving_particle_2d_psm_gpu/sim.cpp
parentb4ef729dcb170091695397a33fc6de99b0f42ca7 (diff)
downloadlibs-lbm-7a7d681ce70133ef0bc47a701f5b8448b15b3a29.tar.gz
Dangling
Diffstat (limited to 'examples/poiseulle_moving_particle_2d_psm_gpu/sim.cpp')
-rw-r--r--examples/poiseulle_moving_particle_2d_psm_gpu/sim.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/poiseulle_moving_particle_2d_psm_gpu/sim.cpp b/examples/poiseulle_moving_particle_2d_psm_gpu/sim.cpp
index 3001ba9..0c10d38 100644
--- a/examples/poiseulle_moving_particle_2d_psm_gpu/sim.cpp
+++ b/examples/poiseulle_moving_particle_2d_psm_gpu/sim.cpp
@@ -199,7 +199,7 @@ saw::error_or<void> step(
component<T,Desc,cmpt::ZouHeHorizontal<true>,encode::Sycl<saw::encode::Native>> flow_in{1.0};
component<T,Desc,cmpt::ZouHeHorizontal<false>,encode::Sycl<saw::encode::Native>> flow_out{1.0};
- component<T,Desc,cmpt::OneParticleAt, encode::Sycl<saw::encode::Native>> opa;
+ component<T,Desc,cmpt::OneParticleAt, encode::Sycl<saw::encode::Native>> opa{{},{}};
h.parallel_for(acpp::sycl::range<Desc::D>{dim_x,dim_y}, [=](acpp::sycl::id<Desc::D> idx){
saw::data<sch::FixedArray<sch::UInt64,Desc::D>> index;