Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
avik-pal authored Nov 27, 2023
1 parent 82d6c62 commit 5cbf598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/solutions/nonlinear_solutions.jl
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,6 @@ function sensitivity_solution(sol::AbstractNonlinearSolution, u)

NonlinearSolution{T, N, typeof(u), typeof(sol.resid), typeof(sol.prob),
typeof(sol.alg), typeof(sol.original), typeof(sol.left),
typeof(sol.stats), trace(trace)}(u, sol.resid, sol.prob, sol.alg, sol.retcode,
typeof(sol.stats), typeof(trace)}(u, sol.resid, sol.prob, sol.alg, sol.retcode,
sol.original, sol.left, sol.right, sol.stats, trace)
end

0 comments on commit 5cbf598

Please sign in to comment.