Skip to content

Commit da7a240

Browse files
authored
Fix missing symbol in _sub_axes
1 parent a8cc8d2 commit da7a240

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/axes.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ axes(A::SubArray) = _sub_axes(parent(A), A.indices)
119119
for j in 1:ndims(I_i)
120120
push!(t.args, :(getfield($(axsi), $j)))
121121
end
122+
push!(out.args, Expr(:(=), axsi, :(getfield(axes(getfield(inds, $i))))))
122123
end
123124
end
124125
push!(out.args, t)

0 commit comments

Comments
 (0)