Skip to content

Commit

Permalink
Incorrect identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
dmbates committed Feb 22, 2017
1 parent 4376384 commit fffc2d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/remat.jl
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ function Base.Ac_mul_B!{T}(R::DenseVecOrMat{T}, A::DenseVecOrMat{T}, B::ReMat)
R[j, r[i]] += A[i, j] * z[i]
end
else
l = size(zz, 1)
l = size(z, 1)
for j in 1 : n, i in 1 : m
roffset = (r[i] - 1) * l
aij = A[i, j]
Expand Down

0 comments on commit fffc2d1

Please sign in to comment.