Skip to content

Commit

Permalink
Update src/systems/nonlinear/nonlinearsystem.jl
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
ChrisRackauckas and github-actions[bot] authored Jan 18, 2025
1 parent bc40f9a commit d83aec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/systems/nonlinear/nonlinearsystem.jl
Original file line number Diff line number Diff line change
Expand Up @@ -833,7 +833,7 @@ function DiffEqBase.IntervalNonlinearProblem(sys::NonlinearSystem, uspan::NTuple
error("`IntervalNonlinearProblem` only supports with a single equation and a single unknown.")
end
f, u0, p = process_SciMLProblem(
IntervalNonlinearFunction, sys, unknowns(sys) .=> uspan[1], parammap;
IntervalNonlinearFunction, sys, unknowns(sys) .=> uspan[1], parammap;
build_initializeprob = false, kwargs...)

return IntervalNonlinearProblem(f, uspan, p; filter_kwargs(kwargs)...)
Expand Down

0 comments on commit d83aec9

Please sign in to comment.