Skip to content

Commit

Permalink
Update lib/SCCNonlinearSolve/src/SCCNonlinearSolve.jl
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
ChrisRackauckas and github-actions[bot] authored Nov 15, 2024
1 parent de219e9 commit c69a4a7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/SCCNonlinearSolve/src/SCCNonlinearSolve.jl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ function CommonSolve.solve(prob::SciMLBase.SCCNonlinearProblem, alg; kwargs...)

lasti = 1
for i in 1:numscc
prob.explictfuns![i](SymbolicIndexingInterface.parameter_values(prob.probs[i]), sols)
prob.explictfuns![i](
SymbolicIndexingInterface.parameter_values(prob.probs[i]), sols)
sol = SciMLBase.solve(prob.probs[i], alg; kwargs...)
_sol = SciMLBase.build_solution(
prob.probs[i], nothing, sol.u, sol.resid, retcode = sol.retcode)
Expand Down

0 comments on commit c69a4a7

Please sign in to comment.