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/tests/particles.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/core/tests/particles.cpp') diff --git a/modules/core/tests/particles.cpp b/modules/core/tests/particles.cpp index e060097..592c367 100644 --- a/modules/core/tests/particles.cpp +++ b/modules/core/tests/particles.cpp @@ -24,7 +24,7 @@ SAW_TEST("Verlet step 2D - Planar"){ saw::data> dt; dt.at({}).set(0.5); - lbm::verlet_step_lambda(particle,dt); + lbm::verlet_step_lambda_old(particle,dt); SAW_EXPECT(pos.at({{0}}).get() == 0.25, std::string{"Incorrect Pos X: "} + std::to_string(pos.at({{0}}).get())); SAW_EXPECT(pos.at({{1}}).get() == 0.0, std::string{"Incorrect Pos Y: "} + std::to_string(pos.at({{1}}).get())); -- cgit v1.2.3