From fa26f785120f434ee19efcdf2675bb4e3e7ef4ee Mon Sep 17 00:00:00 2001
From: Dominic Kempf <dominic.kempf@iwr.uni-heidelberg.de>
Date: Thu, 15 Feb 2018 16:20:28 +0100
Subject: [PATCH] Fix (very bad) typo

---
 python/dune/perftool/sumfact/accumulation.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/python/dune/perftool/sumfact/accumulation.py b/python/dune/perftool/sumfact/accumulation.py
index 0b189892..311fe13a 100644
--- a/python/dune/perftool/sumfact/accumulation.py
+++ b/python/dune/perftool/sumfact/accumulation.py
@@ -95,7 +95,7 @@ class AccumulationOutput(SumfactKernelOutputBase, ImmutableRecord):
         # TODO: Isnt accumvar superfluous in the presence of all the other infos?
         ImmutableRecord.__init__(self,
                                  accumvar=accumvar,
-                                 restriction=None,
+                                 restriction=restriction,
                                  test_element=test_element,
                                  test_element_index=test_element_index,
                                  trial_element=trial_element,
-- 
GitLab