Skip to content

Commit

Permalink
change from residual to residuals
Browse files Browse the repository at this point in the history
  • Loading branch information
juddmehr committed Mar 3, 2025
1 parent 1e20dd5 commit 4734bc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/process/solve.jl
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ function solve(

# update convergence flag
solver_options.converged[multipoint_index[]] = sol.converged
solver_options.residual[multipoint_index[]] = ForwardDiff.value(sol.residual)
solver_options.residuals[multipoint_index[]] = ForwardDiff.value(sol.residual)
solver_options.iterations[multipoint_index[]] = sol.total_iterations

return sol.y
Expand Down

0 comments on commit 4734bc2

Please sign in to comment.