diff options
| author | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-07-20 16:40:17 +0200 |
|---|---|---|
| committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-07-20 16:40:17 +0200 |
| commit | 7f3e504e27c4cef0fb290dce5c046dd299d73046 (patch) | |
| tree | 4c86d4b2a45879c2cc0f33d7a9e971b447366c14 /modules/core/tests | |
| parent | ed50ed014fd426566a7d7348d0197892d8f76361 (diff) | |
| parent | 5940a86f4c5ff39e6a1dbd5a33bf0782e30d58c0 (diff) | |
| download | libs-lbm-master.tar.gz | |
Diffstat (limited to 'modules/core/tests')
| -rw-r--r-- | modules/core/tests/particles.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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<sch::Scalar<sch::T>> dt; dt.at({}).set(0.5); - lbm::verlet_step_lambda<sch::T,2u>(particle,dt); + lbm::verlet_step_lambda_old<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())); |
