Skip to content

Commit 302eaa1

Browse files
committed
fix AD bisection signature
1 parent 196b3cc commit 302eaa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/init.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ function __init__()
8282

8383
get_tmp(dc::DiffCache, u::AbstractArray) = dc.du
8484

85-
bisection(f, tup::Tuple{T,T}, tdir) where {T<:ForwardDiff.Dual} = find_zero(f, tup, Roots.AlefeldPotraShi())
85+
bisection(f, tup::Tuple{T,T}, tdir; kwargs...) where {T<:ForwardDiff.Dual} = find_zero(f, tup, Roots.AlefeldPotraShi())
8686
end
8787

8888
@require Measurements="eff96d63-e80a-5855-80a2-b1b0885c5ab7" begin

0 commit comments

Comments
 (0)