summaryrefslogtreecommitdiff
path: root/examples/poiseulle_particles_2d_gpu/common.hpp
diff options
context:
space:
mode:
authorClaudius "keldu" Holeksa <mail@keldu.de>2026-07-27 21:54:03 +0200
committerClaudius "keldu" Holeksa <mail@keldu.de>2026-07-27 21:54:03 +0200
commitf8071e48dcafc4ecefcfdaece2feeebe4d7c8bf6 (patch)
treecd339b39b404fc2da389f9f8e67ec15cf2d293f8 /examples/poiseulle_particles_2d_gpu/common.hpp
parentb6f536a44152aa93c697fbeda49500f722c9bcd5 (diff)
parenta826f7d9d4bb48565036dd665cb4c6a54622010d (diff)
downloadlibs-lbm-f8071e48dcafc4ecefcfdaece2feeebe4d7c8bf6.tar.gz
Merge branch 'dev'
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>>;
}
}