Skip to content

Commit 782fcb7

Browse files
committed
Fix up
1 parent 345e8e9 commit 782fcb7

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

firedrake/formmanipulation.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,6 @@ def interpolate(self, o, operand):
191191
return self(ZeroBaseForm(o.arguments()))
192192

193193
dual_arg, _ = o.argument_slots()
194-
V = dual_arg.function_space()
195194
if len(dual_arg.arguments()) == 1 or len(dual_arg.arguments()[-1].function_space()) == 1:
196195
# The dual argument has been contracted or does not need to be split
197196
return o._ufl_expr_reconstruct_(operand, dual_arg)

0 commit comments

Comments
 (0)