From 5940a86f4c5ff39e6a1dbd5a33bf0782e30d58c0 Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Mon, 20 Jul 2026 16:39:55 +0200 Subject: Dangling --- modules/core/c++/hlbm.hpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'modules/core/c++/hlbm.hpp') diff --git a/modules/core/c++/hlbm.hpp b/modules/core/c++/hlbm.hpp index 25b6bf0..6fce4ca 100644 --- a/modules/core/c++/hlbm.hpp +++ b/modules/core/c++/hlbm.hpp @@ -182,7 +182,9 @@ public: auto& pirb_acc = pirb.template get<"acceleration">(); pirb_acc = force_p; - verlet_step_lambda(part_spheroid_group,{{0u}},{{1u}}); + saw::data> ts; + ts.at({}) = 1u; + verlet_step_lambda>(part_spheroid_group,{{{0u}}},ts); // Check } -- cgit v1.2.3