diff options
author | Claudius "keldu" Holeksa <mail@keldu.de> | 2025-07-31 17:55:16 +0200 |
---|---|---|
committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2025-07-31 17:55:24 +0200 |
commit | 01dd680f6a735c5b28f02d4382f3b5121f59cadd (patch) | |
tree | 92d69bbdea0ca74bdb2f1663e67808b4dbc5bbc1 /tests/particles.cpp | |
parent | 9672a9620f8a41941d151d7652088b12ea9921e7 (diff) |
Wip
Diffstat (limited to 'tests/particles.cpp')
-rw-r--r-- | tests/particles.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/particles.cpp b/tests/particles.cpp index edf00c1..c8068e8 100644 --- a/tests/particles.cpp +++ b/tests/particles.cpp @@ -16,7 +16,7 @@ SAW_TEST("Minor Test for mask"){ lbm::particle_circle_geometry<sch::T> geo; - auto mask = geo.generate_mask<sch::T>(16u,2); + auto mask = geo.generate_mask<sch::T>(9u,1u); auto& grid = mask.template get<"grid">(); |