Skip to content

Commit 1913664

Browse files
committed
Remove extra Function instantiation
1 parent 951ff9d commit 1913664

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

firedrake/cofunction.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,6 @@ def __call__(self, value):
486486
solve, rhs, soln = self._solver
487487
rhs.assign(value)
488488
solve()
489-
output = Function(self._function_space)
490489
output.assign(soln)
491490
elif ufl.duals.is_primal(value):
492491
if value.function_space() != self._function_space:

0 commit comments

Comments
 (0)