diff options
| author | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-08-24 17:15:52 +0200 |
|---|---|---|
| committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-08-24 17:15:52 +0200 |
| commit | 2b153a0e0263e5a76550b15382e2609f7b5a5d41 (patch) | |
| tree | 754727f9a5cd9cb2990fe0ba916ebbbfb9486e21 /examples/one_particle_sedimentation_2d/step.hpp | |
| parent | e6168bb3f656ebab9b63be697c79819b08fc1ae0 (diff) | |
| download | libs-lbm-2b153a0e0263e5a76550b15382e2609f7b5a5d41.tar.gz | |
Stuff
Diffstat (limited to 'examples/one_particle_sedimentation_2d/step.hpp')
| -rw-r--r-- | examples/one_particle_sedimentation_2d/step.hpp | 1 |
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(); |
