From ea20577cf5770b0db044139c72bfc02c63d951af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Legat?= Date: Mon, 13 Mar 2023 15:33:16 +0100 Subject: [PATCH] Remove usused method type param --- src/MOI_wrapper.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))