Skip to content

Commit 42bb874

Browse files
committed
fix solution strip
1 parent 926af66 commit 42bb874

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/solutions/ode_solutions.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -615,6 +615,6 @@ function strip_solution(sol::ODESolution)
615615

616616
ODESolution(sol.u, sol.u_analytic, sol.errors,
617617
sol.t, sol.k, sol.discretes, nothing, nothing,
618-
sol.interp, sol.dense, sol.tslocation, sol.stats,
618+
interp, sol.dense, sol.tslocation, sol.stats,
619619
sol.alg_choice, sol.retcode, sol.resid, sol.original)
620620
end

0 commit comments

Comments
 (0)