Skip to content

Commit

Permalink
Update lib/NonlinearSolveBase/src/solve.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas authored Nov 12, 2024
1 parent 88287ea commit 1a77b03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/NonlinearSolveBase/src/solve.jl
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,10 @@ end

function SciMLBase.__solve(prob::AbstractNonlinearProblem, alg::NonlinearSolvePolyAlgorithm,
args...; kwargs...)
SciMLBase.__generated_polysolve(prob, alg, args...; kwargs...)
__generated_polysolve(prob, alg, args...; kwargs...)
end

@generated function SciMLBase.__generated_polysolve(
@generated function __generated_polysolve(
prob::AbstractNonlinearProblem, alg::NonlinearSolvePolyAlgorithm{Val{N}}, args...;
stats = NLStats(0, 0, 0, 0, 0), alias_u0 = false, verbose = true, kwargs...
) where {N}
Expand Down

0 comments on commit 1a77b03

Please sign in to comment.