Skip to content

Commit 2b30404

Browse files
authored
type fix (#312)
Co-authored-by: Benjamin Zanger <[email protected]>
1 parent 54e5b69 commit 2b30404

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LinearAlgebra/helper.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -694,7 +694,7 @@ struct BlockInterlacer{DMS<:Tuple}
694694
end
695695

696696

697-
const TrivialInterlacer{d} = BlockInterlacer{NTuple{d,<:Ones}}
697+
const TrivialInterlacer{d} = BlockInterlacer{<:NTuple{d,Ones}}
698698

699699
BlockInterlacer(v::AbstractVector) = BlockInterlacer(tuple(v...))
700700

0 commit comments

Comments
 (0)