We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1a569a commit b658c67Copy full SHA for b658c67
src/auxiliary.jl
@@ -31,7 +31,7 @@ end
31
end
32
33
@inline localoffset(d, I::Tuple{Int}, sz::Tuple{Int}) = 0
34
-@inline function localoffset(d, I::NTuple{N,Int}, sz::Tuple{N,Int}) where {N}
+@inline function localoffset(d, I::NTuple{N,Int}, sz::NTuple{N,Int}) where {N}
35
offset = 0
36
for i in 1:(I[1] - 1)
37
offset += num_manhattan_points(d - i + 1, Base.tail(sz))
0 commit comments