summaryrefslogtreecommitdiff
path: root/modules/core/tests/particles.cpp
diff options
context:
space:
mode:
authorClaudius "keldu" Holeksa <mail@keldu.de>2026-07-21 23:42:52 +0200
committerClaudius "keldu" Holeksa <mail@keldu.de>2026-07-21 23:42:52 +0200
commit484fc61e2472c2a3752168221bd85510e9b7c53f (patch)
tree5d055cd8583fad7ffc8a8a7a5c0505fb5a69e579 /modules/core/tests/particles.cpp
parent5940a86f4c5ff39e6a1dbd5a33bf0782e30d58c0 (diff)
downloadlibs-lbm-484fc61e2472c2a3752168221bd85510e9b7c53f.tar.gz
Dangling
Diffstat (limited to 'modules/core/tests/particles.cpp')
-rw-r--r--modules/core/tests/particles.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/core/tests/particles.cpp b/modules/core/tests/particles.cpp
index 592c367..e060097 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<sch::Scalar<sch::T>> dt;
dt.at({}).set(0.5);
- lbm::verlet_step_lambda_old<sch::T,2u>(particle,dt);
+ lbm::verlet_step_lambda<sch::T,2u>(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()));