Skip to content

Commit 2900d0e

Browse files
Update solve.jl
1 parent 3b58592 commit 2900d0e

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
@@ -15,7 +15,7 @@ end
1515

1616
function SciMLBase.__solve(prob::SciMLBase.AbstractSteadyStateProblem, alg::DynamicSS,
1717
args...; abstol = 1e-8, reltol = 1e-6, odesolve_kwargs = (;),
18-
save_idxs = nothing, termination_condition = NormTerminationMode(infnorm),
18+
save_idxs = nothing, termination_condition = NonlinearSolveBase.NormTerminationMode(infnorm),
1919
kwargs...)
2020
tspan = __get_tspan(prob.u0, alg)
2121

0 commit comments

Comments
 (0)