From 1f993006305952f4cafddd08267731877e808bba Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Mon, 8 Sep 2025 17:15:27 +0200 Subject: Dangling changes Fixed ForcedGuo collision --- c++/boundary.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c++/boundary.hpp') diff --git a/c++/boundary.hpp b/c++/boundary.hpp index 3cf6f3f..bc4859c 100644 --- a/c++/boundary.hpp +++ b/c++/boundary.hpp @@ -51,7 +51,7 @@ public: auto& cell = field(index); auto& dfs_old = (is_even) ? cell.template get<"dfs_old">() : cell.template get<"dfs">(); - auto& dfs = (not is_even) ? cell.template get<"dfs_old">() : cell.template get<"dfs">(); + // auto& dfs = (not is_even) ? cell.template get<"dfs_old">() : cell.template get<"dfs">(); using dfi = df_info; -- cgit v1.2.3