From c6c35555cf18a871f9ba04982570cc77fdb60415 Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Thu, 17 Apr 2025 00:44:13 +0200 Subject: wip --- c++/examples/cavity_2d.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'c++/examples') diff --git a/c++/examples/cavity_2d.cpp b/c++/examples/cavity_2d.cpp index 0a8e9b1..00c1741 100644 --- a/c++/examples/cavity_2d.cpp +++ b/c++/examples/cavity_2d.cpp @@ -95,8 +95,8 @@ void compute_const_rho_u ( dfs(i).set(dfs(i).get() * (rho/real_rho)); } - vel[0] *= real_rho / (rho*rho) - vel[1] *= real_rho / (rho*rho) + vel[0] *= real_rho / (rho*rho); + vel[1] *= real_rho / (rho*rho); } /** -- cgit v1.2.3