Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
blegat committed Jan 3, 2024
1 parent f90ba6f commit 5f1b2e1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/SDPLR.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ module SDPLR

import SDPLR_jll

const lib = SDPLR.SDPLR_jll.libsdplr

include("bounds.jl")

function solve_sdpa_file(file)
Expand Down Expand Up @@ -144,7 +142,7 @@ function solve(
end
end
GC.@preserve blksz blktype b CAent CArow CAcol CAinfo_entptr CAinfo_type R lambda maxranks ranks pieces begin
ret = @ccall lib.sdplrlib(
ret = @ccall SDPLR_jll.libsdplr(
m::Csize_t,
numblk::Csize_t,
blksz::Ptr{Cptrdiff_t},
Expand Down

0 comments on commit 5f1b2e1

Please sign in to comment.