From 81d066bba5d302bab89b1fc4281f408441f36eed Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ren=C3=A9=20He=C3=9F?= <rene.hess@iwr.uni-heidelberg.de>
Date: Thu, 6 Oct 2016 16:06:56 +0200
Subject: [PATCH] Small bugfix concerning the last merge

---
 python/dune/perftool/ufl/visitor.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/python/dune/perftool/ufl/visitor.py b/python/dune/perftool/ufl/visitor.py
index 8009bc2b..ccc6cb24 100644
--- a/python/dune/perftool/ufl/visitor.py
+++ b/python/dune/perftool/ufl/visitor.py
@@ -156,7 +156,7 @@ class UFL2LoopyVisitor(ModifiedTerminalTracker):
 
             predicates = predicates.union(['{} == {}'.format(name, self.subdomain_id)])
 
-        from dune.perftool.loopy.functions import PDELabAccumulationFunction
+        from dune.perftool.pdelab.argument import PDELabAccumulationFunction
         from pymbolic.primitives import Call
         expr = Call(PDELabAccumulationFunction(accumvar, len(test_ma)), tuple(a for a in accumargs) + (pymbolic_expr,))
 
@@ -430,4 +430,4 @@ class UFL2LoopyVisitor(ModifiedTerminalTracker):
 
     def facet_jacobian_determinant(self, o):
         from dune.perftool.pdelab.geometry import name_facet_jacobian_determinant
-        return Variable(name_facet_jacobian_determinant())
\ No newline at end of file
+        return Variable(name_facet_jacobian_determinant())
-- 
GitLab