Skip to content

Commit

Permalink
edit
Browse files Browse the repository at this point in the history
  • Loading branch information
jstac committed Sep 28, 2016
1 parent 34026d2 commit f5a7fcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compute_fp.jl
Expand Up @@ -66,7 +66,7 @@ function compute_fixed_point{TV}(T::Function, v::TV; err_tol=1e-3,
if iterate < max_iter && verbose
println("Converged in $iterate steps")
elseif iterate == max_iter
warn("max_iter exceeded in compute_fixed_point")
warn("max_iter attained in compute_fixed_point")
end

return v
Expand Down

0 comments on commit f5a7fcb

Please sign in to comment.