Skip to content

Commit

Permalink
fix projection
Browse files Browse the repository at this point in the history
  • Loading branch information
srosenbu committed Oct 23, 2023
1 parent 624caee commit ecf8886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fenicsxconcrete/util/projection.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@


def project(
v: df.fem.Function | ufl.core.expr.Expr, V: df.fem.FunctionSpace, dx: ufl.Measure, u: df.fem.Function | None = None
v: df.fem.Function | ufl.core.expr.Expr, V: df.fem.FunctionSpaceBase, dx: ufl.Measure, u: df.fem.Function | None = None
) -> None | df.fem.Function:
"""
Calculates an approximation of `v` on the space `V`
Expand Down

0 comments on commit ecf8886

Please sign in to comment.