Skip to content

Commit 9c58f6e

Browse files
committed
fixed typo
1 parent 33154f1 commit 9c58f6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ParallelUtilities.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,11 +183,11 @@ function Base.iterate(ps::ProductSplit{T},state=(first(ps),1)) where {T}
183183
(el::T,next_state)
184184
end
185185

186-
@inline Base.@propagate_inbounds function _firstlastalongdim(pss::ProductSplit{<:Any,N},dim::Int,
186+
@inline Base.@propagate_inbounds function _firstlastalongdim(ps::ProductSplit{<:Any,N},dim::Int,
187187
firstindchild::Tuple=childindex(ps,ps.firstind),
188188
lastindchild::Tuple=childindex(ps,ps.lastind)) where {N}
189189

190-
_firstlastalongdim(pss.iterators,dim,firstindchild,lastindchild)
190+
_firstlastalongdim(ps.iterators,dim,firstindchild,lastindchild)
191191
end
192192

193193
@inline Base.@propagate_inbounds function _firstlastalongdim(iterators::Tuple{Vararg{Any,N}},dim::Int,

0 commit comments

Comments
 (0)