summaryrefslogtreecommitdiff
path: root/examples/poiseulle_particles_2d_gpu/common.hpp
diff options
context:
space:
mode:
authorClaudius "keldu" Holeksa <mail@keldu.de>2026-06-28 19:41:33 +0200
committerClaudius "keldu" Holeksa <mail@keldu.de>2026-06-28 19:41:33 +0200
commit78e8a621beff8ccd410f2e2c0b6df7f3931b52eb (patch)
tree080672eb1e183fff0ef628dfc3ae6628cb8d10f5 /examples/poiseulle_particles_2d_gpu/common.hpp
parent3a27bca74e7645874e52f101d467aff8ff7d78f4 (diff)
parent283ff837896c805bddf4962caaa54c26aa8bab1f (diff)
downloadlibs-lbm-78e8a621beff8ccd410f2e2c0b6df7f3931b52eb.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 a69a2cf..6c05b64 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,ParticleCollisionSpheroid<T,2.0f>>;
+using ParticleSpheroidGroup = ParticleGroup<T,Desc::D,coll::Spheroid<T>>;
}
}