summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/particles.cpp2
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">();