From a639838c6489a0808dc96fdb789c4eb489969f95 Mon Sep 17 00:00:00 2001
From: Dominic Kempf <dominic.kempf@iwr.uni-heidelberg.de>
Date: Mon, 28 Nov 2016 18:05:40 +0100
Subject: [PATCH] Fixup

---
 python/dune/perftool/sumfact/amatrix.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/python/dune/perftool/sumfact/amatrix.py b/python/dune/perftool/sumfact/amatrix.py
index 41fe8ed7..b039c454 100644
--- a/python/dune/perftool/sumfact/amatrix.py
+++ b/python/dune/perftool/sumfact/amatrix.py
@@ -39,8 +39,8 @@ class AMatrix(Record):
         Record.__init__(self,
                         rows=rows,
                         cols=cols,
-                        transpose=False,
-                        derivative=False,
+                        transpose=transpose,
+                        derivative=derivative,
                         )
 
     def __hash__(self):
@@ -208,4 +208,4 @@ def name_theta(transpose=False, derivative=False):
         shape = (quadrature_points_per_direction(), basis_functions_per_direction())
     globalarg(name, shape=shape, dtype=numpy.float64, dim_tags="f,f")
     define_theta(name, shape, transpose, derivative)
-    return name
\ No newline at end of file
+    return name
-- 
GitLab