Skip to content

Commit c8a2ec6

Browse files
authored
Merge pull request #266 from JuliaMath/comma
This comma does not belong here.
2 parents 68ce448 + 8109c30 commit c8a2ec6

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)