Skip to content

Commit 80d2a19

Browse files
committed
delete print
Signed-off-by: ErikQQY <2283984853@qq.com>
1 parent ce7a3c7 commit 80d2a19

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ext/NonlinearSolveSIAMFANLEquationsExt.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@ function SciMLBase.__solve(prob::NonlinearProblem, alg::SIAMFANLEquationsJL, arg
134134

135135
# pseudo transient continuation has a fixed cost per iteration, iteration statistics are not interesting here.
136136
stats = method == :pseudotransient ? nothing : (SciMLBase.NLStats(sum(sol.stats.ifun), sum(sol.stats.ijac), 0, 0, sum(sol.stats.iarm)))
137-
println(sol.stats)
138137
return SciMLBase.build_solution(prob, alg, sol.solution, sol.history; retcode, stats, original = sol)
139138
end
140139

0 commit comments

Comments
 (0)