Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.

Commit e44bab2

Browse files
committed
fix bugs
2 parents 7219d9f + f70d39b commit e44bab2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/alefeld.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ function SciMLBase.solve(prob::IntervalNonlinearProblem,
2525
right = b)
2626
end
2727
a, b, d = _bracket(f, a, b, c)
28-
e = zero(a) # Set e as 0 before iteration to avoid a non-value f(e)
28+
e = zero(a) # Set e as 0 before iteration to avoid a non-value f(e)
2929

3030
# Begin of algorithm iteration
3131
for i in 2:maxiters

0 commit comments

Comments
 (0)