diff --git a/src/simplegmres.jl b/src/simplegmres.jl index 9ab482d06..924cdaeea 100644 --- a/src/simplegmres.jl +++ b/src/simplegmres.jl @@ -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