Skip to content

Commit 8564f6a

Browse files
committed
Tighten the callback interval when there's an exact zero crossing
1 parent 0874ff4 commit 8564f6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/internal_itp.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ function SciMLBase.solve(prob::IntervalNonlinearProblem{IP, Tuple{T, T}}, alg::I
7474
left, fl = xp, yp
7575
else
7676
return SciMLBase.build_solution(
77-
prob, alg, xp, yps; retcode = ReturnCode.Success, left, right
77+
prob, alg, xp, yps; retcode = ReturnCode.Success, left=xp, right=xp
7878
)
7979
end
8080

0 commit comments

Comments
 (0)