summaryrefslogtreecommitdiff
path: root/examples/one_particle_sedimentation_2d/common.hpp
diff options
context:
space:
mode:
authorClaudius "keldu" Holeksa <mail@keldu.de>2026-09-07 15:08:20 +0200
committerClaudius "keldu" Holeksa <mail@keldu.de>2026-09-07 15:08:20 +0200
commit96619fc23312e91e9fbe453cb115f116784c032a (patch)
tree9d931191117f54f2134b3ad3615e2092870a99ca /examples/one_particle_sedimentation_2d/common.hpp
parentd2a406aceeb935d4eac1b5ae02e268be4463b6b0 (diff)
parent54dfad7ac102fe40d71d8818d77801160a7073c1 (diff)
downloadlibs-lbm-96619fc23312e91e9fbe453cb115f116784c032a.tar.gz
Merge branch 'dev'HEADmaster
Diffstat (limited to 'examples/one_particle_sedimentation_2d/common.hpp')
-rw-r--r--examples/one_particle_sedimentation_2d/common.hpp2
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;