summaryrefslogtreecommitdiff
path: root/examples/one_particle_sedimentation_2d/step.hpp
diff options
context:
space:
mode:
authorClaudius "keldu" Holeksa <mail@keldu.de>2026-08-24 19:47:22 +0200
committerClaudius "keldu" Holeksa <mail@keldu.de>2026-08-24 19:47:22 +0200
commitdf4fbe3f6776ba25d7267fdb50ce48eca26b9fba (patch)
treeed211c81d68102c8035e61d6110aba242017b486 /examples/one_particle_sedimentation_2d/step.hpp
parent4f8ba172c7c6cbe278cbf20927df543cd6c58c28 (diff)
parent692b413fec56fbb5c6198813df369106721c33f5 (diff)
downloadlibs-lbm-df4fbe3f6776ba25d7267fdb50ce48eca26b9fba.tar.gz
Merge branch 'dev'
Diffstat (limited to 'examples/one_particle_sedimentation_2d/step.hpp')
-rw-r--r--examples/one_particle_sedimentation_2d/step.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/one_particle_sedimentation_2d/step.hpp b/examples/one_particle_sedimentation_2d/step.hpp
index 07f51d1..20b7f4b 100644
--- a/examples/one_particle_sedimentation_2d/step.hpp
+++ b/examples/one_particle_sedimentation_2d/step.hpp
@@ -30,7 +30,6 @@ saw::error_or<void> step(
for(uint64_t i = 0u; i < Desc::D; ++i){
index.at({{i}}).set(idx[i]);
}
-
hlbm_reset.apply(fields,macros,index,t_i);
});
}).wait();