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++/particle.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/core/c++/particle.hpp') diff --git a/modules/core/c++/particle.hpp b/modules/core/c++/particle.hpp index 691a74b..2c60884 100644 --- a/modules/core/c++/particle.hpp +++ b/modules/core/c++/particle.hpp @@ -26,7 +26,7 @@ public: // Compute forces // Update particle velocity - verlet_step_lambda(p,{1.0}); + verlet_step_lambda_old(p,{1.0}); // Update porosity over lattice nodes -- cgit v1.2.3