Skip to content

Commit

Permalink
Fix wrong printing in newton!
Browse files Browse the repository at this point in the history
  • Loading branch information
KeitaNakamura committed Nov 23, 2024
1 parent 166149b commit 4de60c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/implicit.jl
Original file line number Diff line number Diff line change
Expand Up @@ -420,6 +420,6 @@ function newton!(
end
end

println()
verbose && println()
solved
end

0 comments on commit 4de60c6

Please sign in to comment.