Skip to content

Commit 9bc94fc

Browse files
committed
DomainBlocks: Make type concrete
1 parent 83363e9 commit 9bc94fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/lib/domain-blocks.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import Base: size, getindex
22

33
struct DomainBlocks{N} <: AbstractArray{ArrayDomain{N}, N}
44
start::NTuple{N, Int}
5-
cumlength::Tuple
5+
cumlength::NTuple{N, Vector{Int}}
66
end
77
Base.@deprecate_binding BlockedDomains DomainBlocks
88

0 commit comments

Comments
 (0)