Skip to content

Commit afa3693

Browse files
oscardssmithChrisRackauckas
authored andcommitted
remove-redundant-var
1 parent a368600 commit afa3693

File tree

1 file changed

+0
-1
lines changed
  • lib/BracketingNonlinearSolve/src

1 file changed

+0
-1
lines changed

lib/BracketingNonlinearSolve/src/modAB.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ function SciMLBase.__solve(
7575
elseif (x2 - x1) < 2ϵ
7676
return build_bracketing_solution(prob, alg, x3, y3, x1, x2, ReturnCode.Success)
7777
end
78-
x0 = x3
7978
if sign(y1) == sign(y3)
8079
if side == 1 # Apply Anderson-Bjork correction on the right side
8180
m = 1 - y3 / y1

0 commit comments

Comments
 (0)