Skip to content

Commit 8109c30

Browse files
authored
This comma does not belong here.
1 parent 68ce448 commit 8109c30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/idrs.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ function idrs_method!(log::ConvergenceHistory, X, A, C::T,
103103

104104
om::eltype(C) = 1
105105
while normR > tol && iter maxiter
106-
for i in 1:s,
106+
for i in 1:s
107107
f[i] = dot(P[i], R)
108108
end
109109
for k in 1:s

0 commit comments

Comments
 (0)