Skip to content

Commit e0e2554

Browse files
committed
fix: fix build_solution
1 parent 59bc714 commit e0e2554

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/solutions/rode_solutions.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@ function build_solution(prob::Union{AbstractRODEProblem, AbstractSDDEProblem},
133133
else
134134
discretes = nothing
135135
end
136-
@show discretes
137136
if has_analytic(f)
138137
u_analytic = Vector{typeof(prob.u0)}()
139138
errors = Dict{Symbol, real(eltype(prob.u0))}()
@@ -144,6 +143,7 @@ function build_solution(prob::Union{AbstractRODEProblem, AbstractSDDEProblem},
144143
u_analytic,
145144
errors,
146145
t, W,
146+
discretes,
147147
prob,
148148
alg,
149149
interp,

0 commit comments

Comments
 (0)