Skip to content

Commit 0eb3436

Browse files
committed
Runs runic.
1 parent 63edbb3 commit 0eb3436

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Manopt.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ struct ZeroTangentVector <: ManifoldsBase.AbstractTangentVector end
143143
@static if VERSION >= v"1.12.0"
144144
_diagview(A::AbstractMatrix) = LinearAlgebra.diagview(A)
145145
else
146-
_diagview(A::AbstractMatrix) = @view A[diagind(A)]
146+
_diagview(A::AbstractMatrix) = @view A[diagind(A)]
147147
end
148148

149149

0 commit comments

Comments
 (0)