From 7e4d50062f0d5eec2f59d4113beedf282c3e2da4 Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Thu, 26 Jun 2025 14:15:50 +0200 Subject: Fixed bug with forgotten DF change --- c++/collision.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c++/collision.hpp') diff --git a/c++/collision.hpp b/c++/collision.hpp index c28ec21..d9eb2c0 100644 --- a/c++/collision.hpp +++ b/c++/collision.hpp @@ -50,7 +50,7 @@ public: saw::data rho; saw::data> vel; - compute_rho_u(dfs,rho,vel); + compute_rho_u(dfs_old,rho,vel); auto eq = equilibrium(rho,vel); for(uint64_t i = 0u; i < Descriptor::Q; ++i){ -- cgit v1.2.3