Skip to content

Commit 26ddbc5

Browse files
authored
Update custom_workspaces.md
1 parent 790fa1c commit 26ddbc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/custom_workspaces.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ function Krylov.kref!(n::Integer, x::HaloVector{T}, y::HaloVector{T}, c::T, s::T
244244
x_ij = _x[i,j]
245245
y_ij = _y[i,j]
246246
_x[i,j] = c * x_ij + s * y_ij
247-
_x[i,j] = conj(s) * x_ij - c * y_ij
247+
_y[i,j] = conj(s) * x_ij - c * y_ij
248248
end
249249
end
250250
return x, y

0 commit comments

Comments
 (0)