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

Commit f7ae5bd

Browse files
Merge pull request #26 from wsshin/rm-show
Remove unnecessary @show
2 parents 10ce0fa + 38c04cf commit f7ae5bd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/raphson.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,5 @@ function SciMLBase.solve(prob::NonlinearProblem,
8080
xo = x
8181
end
8282

83-
@show x, fx
8483
return SciMLBase.build_solution(prob, alg, x, fx; retcode = ReturnCode.MaxIters)
8584
end

0 commit comments

Comments
 (0)