diff options
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">(); |