Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
connorjward committed Feb 12, 2025
1 parent 9456dae commit e84dfdc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion firedrake/interpolation.py
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,6 @@ def __init__(

# setup
V_dest = V.function_space() if isinstance(V, firedrake.Function) else V

src_mesh = extract_unique_domain(expr)
dest_mesh = as_domain(V_dest)
src_mesh_gdim = src_mesh.geometric_dimension()
Expand Down

0 comments on commit e84dfdc

Please sign in to comment.