Skip to content

Commit d32eaca

Browse files
committed
correct mistake in kwargs arguments in KrylovKitJL
1 parent 9da59e3 commit d32eaca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/iterative_wrappers.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ function KrylovKitJL_GMRES(args...; kwargs...)
301301
KrylovKitJL(args...; KrylovAlg = KrylovKit.GMRES, kwargs...)
302302
end
303303

304-
function SciMLBase.solve(cache::LinearCache, alg::KrylovKitJL, kwargs...)
304+
function SciMLBase.solve(cache::LinearCache, alg::KrylovKitJL; kwargs...)
305305
atol = float(cache.abstol)
306306
rtol = float(cache.reltol)
307307
maxiter = cache.maxiters

0 commit comments

Comments
 (0)