Skip to content

Commit 7bfef95

Browse files
authored
remove unused definition (FEniCS#299)
1 parent ea144b0 commit 7bfef95

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: test/test_external_operator.py

-1
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,6 @@ def test_adjoint_action_jacobian(V1, V2, V3):
275275

276276
# N(u, m; v*)
277277
N = ExternalOperator(u, m, function_space=V3)
278-
(vstar_N,) = N.arguments()
279278

280279
# Arguments for the Gateaux-derivative
281280
def u_hat(number):

0 commit comments

Comments
 (0)