Skip to content

Commit b32b3f2

Browse files
AdityaPandeyCNChrisRackauckas
authored andcommitted
runic.jl formatting
Signed-off-by: AdityaPandeyCN <adityapand3y666@gmail.com>
1 parent 7e13651 commit b32b3f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/BracketingNonlinearSolve/src

lib/BracketingNonlinearSolve/src/modAB.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ function SciMLBase.__solve(
6666
end
6767
else # Anderson-Bjork method is used
6868
x3 = (x1 * y2 - y1 * x2) / (y2 - y1)
69-
x3 = clamp(x3, nextfloat(x1), prevfloat(x2))
69+
x3 = clamp(x3, nextfloat(x1), prevfloat(x2))
7070
y3 = f(x3)
7171
threshold /= 2
7272
end

0 commit comments

Comments
 (0)