Skip to content

Commit

Permalink
Pass params to constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
utkarsh530 committed Feb 1, 2021
1 parent 3273383 commit 4d76908
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 @@ -27,7 +27,7 @@ function build_solution(prob::AbstractNonlinearProblem,

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

function sensitivity_solution(sol::AbstractNonlinearProblem,u)
Expand Down

0 comments on commit 4d76908

Please sign in to comment.