Skip to content

Commit 43a7387

Browse files
Merge pull request #233 from danielwe/patch-1
Remove unused iip type parameter
2 parents 0863817 + c2c7f3b commit 43a7387

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ad.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ end
3535

3636
function SciMLBase.solve(prob::NonlinearProblem{<:Union{Number, SVector, <:AbstractArray},
3737
false, <:AbstractArray{<:Dual{T, V, P}}}, alg::AbstractNewtonAlgorithm, args...;
38-
kwargs...) where {iip, T, V, P}
38+
kwargs...) where {T, V, P}
3939
sol, partials = scalar_nlsolve_ad(prob, alg, args...; kwargs...)
4040
dual_soln = scalar_nlsolve_dual_soln(sol.u, partials, prob.p)
4141
return SciMLBase.build_solution(prob, alg, dual_soln, sol.resid; sol.retcode)

0 commit comments

Comments
 (0)