Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiendesignolle committed Jan 3, 2025
1 parent 6e949e2 commit a8d235c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/nonlocal.jl
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ function _local_bound_correlation_core(chunk, ins::NTuple{N,Int}, squareG::Array
linearindex_offset = 1 - sum(prodsizes) # to avoid y.I .- 1
linearindex(v) = linearindex_offset + dot(v, prodsizes)
tmp = zeros(T, ia)
ax = ones(T, ia)
by = [ones(T, ins[i]) for i 2:N]
ins_region = CartesianIndices(ins[2:N])
@inbounds for _ chunk[1]:chunk[2]
Expand Down

0 comments on commit a8d235c

Please sign in to comment.