Skip to content

Commit 9f9a897

Browse files
committed
typo
1 parent 8a4af82 commit 9f9a897

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/matrix.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ function AddVector(B, b::AbstractVecOrMat; update_func=DEFAULT_UPDATE_FUNC)
216216
N = size(B, 1)
217217
Z = NullOperator{N}()
218218

219-
AffineOperator(Z, Id, b; update_func=update_func)
219+
AffineOperator(Z, B, b; update_func=update_func)
220220
end
221221

222222
getops(L::AffineOperator) = (L.A, L.B, L.b)

0 commit comments

Comments
 (0)