From 68b7bf0397e8653760fba91e5bc298fc93ae61cd Mon Sep 17 00:00:00 2001
From: Dominic Kempf <dominic.kempf@iwr.uni-heidelberg.de>
Date: Wed, 19 Oct 2016 10:10:20 +0200
Subject: [PATCH] Update to latest loopy

---
 python/dune/perftool/pdelab/localoperator.py | 2 +-
 python/loopy                                 | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/python/dune/perftool/pdelab/localoperator.py b/python/dune/perftool/pdelab/localoperator.py
index 5cafcc04..702e8ff9 100644
--- a/python/dune/perftool/pdelab/localoperator.py
+++ b/python/dune/perftool/pdelab/localoperator.py
@@ -473,7 +473,7 @@ def generate_kernel(integrals):
 
     # Construct an options object
     from loopy import Options
-    opt = Options(ignore_boostable_into_field=True)
+    opt = Options(ignore_boostable_into=True)
 
     # Create the kernel
     from loopy import make_kernel, preprocess_kernel
diff --git a/python/loopy b/python/loopy
index dfecf6a7..2e562728 160000
--- a/python/loopy
+++ b/python/loopy
@@ -1 +1 @@
-Subproject commit dfecf6a789b1bb6a605908dedb2f5177ec94d5d2
+Subproject commit 2e562728b81caed706a1304fdffd64e86286bae4
-- 
GitLab