Skip to content

Commit 3db3a3a

Browse files
Merge pull request #546 from SciML/ap/typo
Fix typo
2 parents 82d6c62 + 5cbf598 commit 3db3a3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/solutions/nonlinear_solutions.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,6 @@ function sensitivity_solution(sol::AbstractNonlinearSolution, u)
9898

9999
NonlinearSolution{T, N, typeof(u), typeof(sol.resid), typeof(sol.prob),
100100
typeof(sol.alg), typeof(sol.original), typeof(sol.left),
101-
typeof(sol.stats), trace(trace)}(u, sol.resid, sol.prob, sol.alg, sol.retcode,
101+
typeof(sol.stats), typeof(trace)}(u, sol.resid, sol.prob, sol.alg, sol.retcode,
102102
sol.original, sol.left, sol.right, sol.stats, trace)
103103
end

0 commit comments

Comments
 (0)