diff --git a/src/MOI_wrapper.jl b/src/MOI_wrapper.jl index e95b971..66619ef 100644 --- a/src/MOI_wrapper.jl +++ b/src/MOI_wrapper.jl @@ -514,7 +514,7 @@ function vectorize_block( M::AbstractMatrix{Cdouble}, blk::Integer, ::Type{MOI.PositiveSemidefiniteConeTriangle}, -) where {T} +) B = block(M, blk) d = LinearAlgebra.checksquare(B) n = MOI.dimension(MOI.PositiveSemidefiniteConeTriangle(d))