Skip to content

Commit 2fcb9c9

Browse files
committed
up
1 parent 13a242c commit 2fcb9c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/systems/diffeqs/abstractodesystem.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -883,7 +883,7 @@ function SciMLBase.BVProblem{iip, specialize}(sys::AbstractODESystem, u0map = []
883883

884884
fns = generate_function_bc(sys, u0, u0_idxs, tspan)
885885
bc_oop, bc_iip = eval_or_rgf.(fns; eval_expression, eval_module)
886-
# bc(sol, p, t) = bc_oop(sol, p, t)
886+
bc(sol, p, t) = bc_oop(sol, p, t)
887887
bc(resid, u, p, t) = bc_iip(resid, u, p, t)
888888

889889
return BVProblem{iip}(f, bc, u0, tspan, p; kwargs...)

0 commit comments

Comments
 (0)