Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas committed Aug 23, 2022
1 parent c1f1b27 commit 1ae1816
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/problem.jl
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ function extend_problem(prob::DiffEqBase.AbstractDiscreteProblem, jumps; rng = D
end

function extend_problem(prob::DiffEqBase.AbstractODEProblem, jumps; rng = DEFAULT_RNG)
if isdefined(SciMLBase,:unwrapped_f)
if isdefined(SciMLBase, :unwrapped_f)
_f = SciMLBase.unwrapped_f(prob.f)
else
_f = prob.f
Expand Down

0 comments on commit 1ae1816

Please sign in to comment.