diff options
author | Claudius "keldu" Holeksa <mail@keldu.de> | 2025-06-26 13:46:27 +0200 |
---|---|---|
committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2025-06-26 13:46:27 +0200 |
commit | cab30f5fff0c8e96a81f2addb7c190a55b9f5377 (patch) | |
tree | 9eadd8110467378714b5f9b70da9c3f48ba43bc7 /c++/boundary.hpp | |
parent | 3a1401dff3839ade801eb09598985d318e514350 (diff) |
Intermittent changes
Diffstat (limited to 'c++/boundary.hpp')
-rw-r--r-- | c++/boundary.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/boundary.hpp b/c++/boundary.hpp index e52715e..4c17e3b 100644 --- a/c++/boundary.hpp +++ b/c++/boundary.hpp @@ -50,7 +50,7 @@ public: using dfi = df_info<T,Descriptor>; // Technically use .copy() - auto df_cpy = dfs_old; + auto df_cpy = dfs_old.copy(); for(uint64_t i = 1u; i < Descriptor::Q; ++i){ dfs_old({i}) = df_cpy({dfi::opposite_index.at(i)}); |