Fix layout specification bug.
This commit is contained in:
parent
9b3cf3a818
commit
e54eb53665
@ -487,6 +487,7 @@ function layout_args(sztup::NTuple{2, Integer})
|
||||
end
|
||||
|
||||
layout_args(n_override::Integer, n::Integer) = layout_args(n)
|
||||
layout_args(n, sztup::NTuple{2, Integer}) = layout_args(sztup)
|
||||
|
||||
function layout_args(n, sztup::Tuple{Colon, Integer})
|
||||
nc = sztup[2]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user