diff options
| author | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-09-03 13:42:38 +0200 |
|---|---|---|
| committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-09-03 13:42:38 +0200 |
| commit | 576b566d09194e923f73e0aa5a576bfdb5cfe945 (patch) | |
| tree | 51326d2b3652607325a800d80c4e52cc4ce1f404 /examples/one_particle_sedimentation_2d/common.hpp | |
| parent | 8c2e629878ab1c73c73ae92d76e8883ccfa032a2 (diff) | |
| download | libs-lbm-576b566d09194e923f73e0aa5a576bfdb5cfe945.tar.gz | |
Dangling
Diffstat (limited to 'examples/one_particle_sedimentation_2d/common.hpp')
| -rw-r--r-- | examples/one_particle_sedimentation_2d/common.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/one_particle_sedimentation_2d/common.hpp b/examples/one_particle_sedimentation_2d/common.hpp index 18d6584..ffb7f40 100644 --- a/examples/one_particle_sedimentation_2d/common.hpp +++ b/examples/one_particle_sedimentation_2d/common.hpp @@ -23,8 +23,8 @@ namespace lbm { * fluid density 0.001g/mm³ */ -constexpr uint64_t dim_y = 800ul; constexpr uint64_t dim_x = 200ul; +constexpr uint64_t dim_y = 800ul; constexpr uint64_t particle_amount = 1ul; |
