Skip to content

Commit

Permalink
Merge pull request #34 from rveltz/patch-1
Browse files Browse the repository at this point in the history
correct typo
  • Loading branch information
Jutho authored Jun 23, 2020
2 parents c98f9db + 1623011 commit d34679e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/linsolve/gmres.jl
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ function linsolve(operator, b, x₀, alg::GMRES, a₀::Number = 0, a₁::Number
end
end
if alg.verbosity > 1
msg = "GMRES linsolve in iter $numiter; finised at step $k: "
msg = "GMRES linsolve in iter $numiter; finished at step $k: "
msg *= "normres = "
msg *= @sprintf("%.12e", β)
@info msg
Expand Down

0 comments on commit d34679e

Please sign in to comment.