From 015e941a91552ce6ea4cde4507ec9451c3708e77 Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Mon, 6 Jul 2026 01:37:28 +0200 Subject: dangling --- modules/core/tests/particles.cpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'modules/core/tests/particles.cpp') diff --git a/modules/core/tests/particles.cpp b/modules/core/tests/particles.cpp index 133c343..f474e3b 100644 --- a/modules/core/tests/particles.cpp +++ b/modules/core/tests/particles.cpp @@ -276,6 +276,10 @@ SAW_TEST("Verlet integration test 2D"){ SAW_TEST("Spheroid Particle / AABB"){ using namespace kel; - + auto spheroid_pgrp = lbm::create_spheroid_particle_group>({},{},{8u}); + + auto res = lbm::particle_aabb>>::calculate(spheroid_pgrp); + + std::cout<