diff options
| author | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-07-20 16:39:55 +0200 |
|---|---|---|
| committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-07-20 16:39:55 +0200 |
| commit | 5940a86f4c5ff39e6a1dbd5a33bf0782e30d58c0 (patch) | |
| tree | 4c86d4b2a45879c2cc0f33d7a9e971b447366c14 /modules/core/c++/particle.hpp | |
| parent | 1693f8ccb3fbdbc8a1bd35a5ffde684ca4c68a3f (diff) | |
| download | libs-lbm-5940a86f4c5ff39e6a1dbd5a33bf0782e30d58c0.tar.gz | |
Dangling
Diffstat (limited to 'modules/core/c++/particle.hpp')
| -rw-r--r-- | modules/core/c++/particle.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
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<T,Descriptor::D>(p,{1.0}); + verlet_step_lambda_old<T,Descriptor::D>(p,{1.0}); // Update porosity over lattice nodes |
