Skip to content

Commit c2dfe1d

Browse files
Update solve.jl
1 parent 4144af3 commit c2dfe1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/solve.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ function SciMLBase.__solve(prob::SciMLBase.AbstractSteadyStateProblem, alg::Dyna
3636
du = f(prob.u0, prob.p, first(tspan))
3737
end
3838

39-
tc_cache = init(termination_condition, du, prob.u0; abstol, reltol)
39+
tc_cache = init(prob, termination_condition, du, prob.u0; abstol, reltol)
4040
abstol = DiffEqBase.get_abstol(tc_cache)
4141
reltol = DiffEqBase.get_reltol(tc_cache)
4242

0 commit comments

Comments
 (0)