From 395bb98e6fd70d8f70edad21ff381c16a9e45c1f Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Mon, 16 Feb 2026 15:58:54 +0100 Subject: Fixed missing reference --- lib/core/c++/hlbm.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/core/c++') diff --git a/lib/core/c++/hlbm.hpp b/lib/core/c++/hlbm.hpp index ea57ef4..4afe274 100644 --- a/lib/core/c++/hlbm.hpp +++ b/lib/core/c++/hlbm.hpp @@ -38,7 +38,7 @@ public: auto& vel_f = macros.template get<"velocity">(); saw::data>& rho = rho_f.at(index); - saw::data> vel = vel_f.at(index); + saw::data>& vel = vel_f.at(index); compute_rho_u(dfs_old_f.at(index), rho, vel); -- cgit v1.2.3