Skip to content

Commit d83aec9

Browse files
Update src/systems/nonlinear/nonlinearsystem.jl
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent bc40f9a commit d83aec9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/systems/nonlinear/nonlinearsystem.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -833,7 +833,7 @@ function DiffEqBase.IntervalNonlinearProblem(sys::NonlinearSystem, uspan::NTuple
833833
error("`IntervalNonlinearProblem` only supports with a single equation and a single unknown.")
834834
end
835835
f, u0, p = process_SciMLProblem(
836-
IntervalNonlinearFunction, sys, unknowns(sys) .=> uspan[1], parammap;
836+
IntervalNonlinearFunction, sys, unknowns(sys) .=> uspan[1], parammap;
837837
build_initializeprob = false, kwargs...)
838838

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

0 commit comments

Comments
 (0)