Skip to content

Commit

Permalink
Update integrand name
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeingold committed Dec 5, 2024
1 parent ebb3b9b commit 76ef87b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/combinations.jl
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ end
line = Line(a, b)

# Integrand & solution
function f(p::P) where {P <: Meshes.Point}
function integrand(p::P) where {P <: Meshes.Point}
r = ustrip(u"m", norm(to(p)))
exp(-r^2) * u"A"
end
Expand Down

0 comments on commit 76ef87b

Please sign in to comment.