summaryrefslogtreecommitdiff
path: root/c++/boundary.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'c++/boundary.hpp')
-rw-r--r--c++/boundary.hpp2
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)});