Skip to content

Commit 39bd54a

Browse files
author
oscarddssmith
committed
fix
1 parent d93e431 commit 39bd54a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/problems/ode_problems.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ function ODEProblem(f, u0, tspan, p = NullParameters(); kwargs...)
199199
_u0 = prepare_initial_state(u0)
200200
_tspan = promote_tspan(tspan)
201201
_f = if iip
202-
ODEFunction{iip, FullSpecialize}(DUMB_WRAPPER(p, first(_tspan), ODE_F_WRAPPER(f)))
202+
ODEFunction{iip, FullSpecialize}(DUMB_WRAPPER(first(_tspan), ODE_F_WRAPPER(f)))
203203
else
204204
_f = ODEFunction{iip, DEFAULT_SPECIALIZATION}(f)
205205
end

0 commit comments

Comments
 (0)