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

Commit 27e2c6b

Browse files
Update src/broyden.jl
1 parent 297c170 commit 27e2c6b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/broyden.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,5 @@ function SciMLBase.solve(prob::NonlinearProblem,
5252
fₙ₋₁ = fₙ
5353
end
5454

55-
@show xₙ, fₙ
56-
5755
return SciMLBase.build_solution(prob, alg, xₙ, fₙ; retcode = ReturnCode.MaxIters)
5856
end

0 commit comments

Comments
 (0)