We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f335863 commit fec457dCopy full SHA for fec457d
src/dimension.jl
@@ -45,7 +45,7 @@ fulldim(p) = fulldim(FullDim(p))
45
46
function fulldim end
47
48
-fulldim(N::Int) = N
+fulldim(N::Integer) = convert(Int, N)
49
fulldim(::StaticArrays.Size{N}) where N = N[1]
50
51
neg_fulldim(N::Int) = -N
0 commit comments