diff --git a/python/dune/perftool/blockstructured/basis.py b/python/dune/perftool/blockstructured/basis.py index c3e42822359eb9869cddd83c47c4815f57bac3ad..2549949e25b0ec4506c64eda552f682ff15c1872 100644 --- a/python/dune/perftool/blockstructured/basis.py +++ b/python/dune/perftool/blockstructured/basis.py @@ -108,4 +108,4 @@ def pymbolic_reference_gradient(leaf_element, restriction, number, context=''): evaluate_reference_gradient(leaf_element, name, restriction) iname = lfs_inames(leaf_element, restriction, number, context=context)[0] - return prim.Subscript(prim.Variable(name), (prim.Variable(iname), 0)) \ No newline at end of file + return prim.Subscript(prim.Variable(name), (prim.Variable(iname), 0))