summaryrefslogtreecommitdiff
path: root/examples/poiseulle_particles_2d_gpu/common.hpp
diff options
context:
space:
mode:
authorClaudius "keldu" Holeksa <mail@keldu.de>2026-07-27 13:32:05 +0200
committerClaudius "keldu" Holeksa <mail@keldu.de>2026-07-27 13:32:05 +0200
commitfb3a5f5bcba542974cf2f3f1f401ec717e662942 (patch)
tree88426454fcbc370d53d0220f1ca5c70574afc968 /examples/poiseulle_particles_2d_gpu/common.hpp
parent530bd236a0aee9c22b87de236164c59afe6adae7 (diff)
downloadlibs-lbm-fb3a5f5bcba542974cf2f3f1f401ec717e662942.tar.gz
Cleaning up simulation setup
Diffstat (limited to 'examples/poiseulle_particles_2d_gpu/common.hpp')
-rw-r--r--examples/poiseulle_particles_2d_gpu/common.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/poiseulle_particles_2d_gpu/common.hpp b/examples/poiseulle_particles_2d_gpu/common.hpp
index 6c05b64..90b7687 100644
--- a/examples/poiseulle_particles_2d_gpu/common.hpp
+++ b/examples/poiseulle_particles_2d_gpu/common.hpp
@@ -55,7 +55,7 @@ using MacroStruct = Struct<
>;
template<typename T, typename Desc>
-using ParticleSpheroidGroup = ParticleGroup<T,Desc::D,coll::Spheroid<T>>;
+using ParticleSpheroidGroup = ParticleGroup<T,Desc::D,1u,coll::Spheroid<T>>;
}
}