Skip to content

Commit

Permalink
iteration complete
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas committed Dec 28, 2019
1 parent 221898f commit de2efdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/iteration_utils.jl
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ function __init__()
@inbounds for J=BlockArrays.blockaxes(Jac,2)
c_v = c.blocks[J.n[1]]
blockcolrange = BlockBandedMatrices.blockcolrange(Jac,J)
_,n = BlockBandedMatrices.blocksize(Jac,(blockcolrange[1].n[1],J.n[1]))
_,n = length.(getindex.(axes(Jac), (blockcolrange[1], J)))
@inbounds for j = 1:n
if c_v[j] == color_i
@inbounds for K = blockcolrange
Expand Down

0 comments on commit de2efdd

Please sign in to comment.