Skip to content

Commit 7105d38

Browse files
authored
Merge pull request #40 from JuliaImages/teh/nodepwarn
Circumvent a deprecation warning
2 parents ceab10f + 14bbf85 commit 7105d38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/kernelfactors.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ to the trailing dimensions (not including the vector object wrapped in
106106
107107
although the implementation differs for reason of type-stability.
108108
"""
109-
function iterdims(inds::Indices{N}, v::ReshapedOneD{_,N,Npre}) where {_,N,Npre}
109+
function iterdims(inds::Indices{N}, v::ReshapedOneD{T,N,Npre}) where {T,N,Npre}
110110
indspre, ind, indspost = _iterdims((), (), inds, v)
111111
CartesianRange(indspre), ind, CartesianRange(indspost)
112112
end

0 commit comments

Comments
 (0)