Skip to content

Commit

Permalink
Update src/cgs.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison authored Oct 16, 2024
1 parent a65c74e commit e55ddd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cgs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ kwargs_cgs = (:c, :M, :N, :ldiv, :atol, :rtol, :itmax, :timemax, :verbose, :hist
kdisplay(iter, verbose) && @printf(iostream, "%5d %7.1e %.2fs\n", iter, rNorm, ktimer(start_time))

@kcopy!(n, u, r) # u₀
@kcopy!(n, p, r) # p₀
@kcopy!(n, p, r) # p₀
@kfill!(q, zero(FC)) # q₋₁

# Stopping criterion.
Expand Down

0 comments on commit e55ddd5

Please sign in to comment.