From 9f1f32e9506185b28370a5205a5a4a204a561db8 Mon Sep 17 00:00:00 2001 From: Alejandro Gallo Date: Thu, 18 Nov 2021 11:05:35 +0100 Subject: [PATCH] Increase the number of buffers for 1-d slices to 6 --- atrip.org | 4 ++-- include/atrip/Unions.hpp | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/atrip.org b/atrip.org index a3532d6..7333180 100644 --- a/atrip.org +++ b/atrip.org @@ -2220,7 +2220,7 @@ namespace atrip { , child_world , global_world , Slice::TA - , 5) { + , 6) { init(sourceTensor); } @@ -2257,7 +2257,7 @@ namespace atrip { , child_world , global_world , Slice::VIJKA - , 5) { + , 6) { init(sourceTensor); } diff --git a/include/atrip/Unions.hpp b/include/atrip/Unions.hpp index 9236446..b07e438 100644 --- a/include/atrip/Unions.hpp +++ b/include/atrip/Unions.hpp @@ -57,7 +57,7 @@ namespace atrip { , child_world , global_world , Slice::TA - , 5) { + , 6) { init(sourceTensor); } @@ -94,7 +94,7 @@ namespace atrip { , child_world , global_world , Slice::VIJKA - , 5) { + , 6) { init(sourceTensor); }