Skip to content

Commit 4de02c2

Browse files
committed
2 parents 405fd64 + 20cde8d commit 4de02c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/custom_static.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ zerodimbackslash(::SMatrix{N,N,T,N2},::SMatrix{N,0,T,0}) where {T,N,N2} = SMatri
2424
zerodimbackslash(::SMatrix{0,0,T,0},::SMatrix{0,N,T,0}) where {T,N} = SMatrix{0,N,T,0}()
2525
zerodimbackslash(::SMatrix{0,0,T,0},::SMatrix{0,0,T,0}) where {T} = SMatrix{0,0,T,0}()
2626
Base.:*(::SMatrix{N,0,T,0},::SVector{0}) where {T,N} = szeros(T,N)
27-
Base.:*(::SMatrix{N,0,T,0},::SMatrix{0,M,T,0}) where {T,N,M} = szeros(T,N,M)
27+
Base.:*(::SMatrix{N,0,T,0},::SMatrix{0,M,T,0}) where {T,N,M} = szeros(T,N,M)

0 commit comments

Comments
 (0)