Skip to content
Snippets Groups Projects
Commit 2ddbf203 authored by Marcel Koch's avatar Marcel Koch
Browse files

Adjusts to pep8

parent 024a8771
No related branches found
No related tags found
No related merge requests found
......@@ -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))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment