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

fixes wrong type in shape argument

parent c63424e8
No related branches found
No related tags found
No related merge requests found
......@@ -205,7 +205,7 @@ def evaluate_coefficient_gradient(visitor, element, name, container, restriction
else:
temporary_variable(name,
shape=(element.cell().geometric_dimension(),),
shape_impl='arr'
shape_impl=('arr',)
)
dimindex = component_iname(count=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