Skip to content

Commit

Permalink
actually use interp
Browse files Browse the repository at this point in the history
  • Loading branch information
jClugstor committed Aug 19, 2024
1 parent 926af66 commit a78734b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/solutions/ode_solutions.jl
Original file line number Diff line number Diff line change
Expand Up @@ -615,6 +615,6 @@ function strip_solution(sol::ODESolution)

ODESolution(sol.u, sol.u_analytic, sol.errors,
sol.t, sol.k, sol.discretes, nothing, nothing,
sol.interp, sol.dense, sol.tslocation, sol.stats,
interp, sol.dense, sol.tslocation, sol.stats,
sol.alg_choice, sol.retcode, sol.resid, sol.original)
end

0 comments on commit a78734b

Please sign in to comment.