Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
avik-pal committed Sep 20, 2023
1 parent f6155f6 commit 38191f6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/simplegmres.jl
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,6 @@ function SciMLBase.solve!(cache::SimpleGMRESCache{false}, lincache::LinearCache)
while !(solved || tired || breakdown)
# Initialize workspace.
nr = 0 # Number of coefficients stored in Rₖ.
# TODO: Check that not zeroing out doesn't lead to incorrect results.

if restart
xr .= zero(T) # xr === Δx when restart is set to true
Expand Down

0 comments on commit 38191f6

Please sign in to comment.