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 5f1b2e1 commit e9186b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SDPLR.jl
Original file line number Diff line number Diff line change
Expand Up @@ -142,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 SDPLR_jll.libsdplr(
ret = @ccall SDPLR_jll.libsdplr.sdplrlib(
m::Csize_t,
numblk::Csize_t,
blksz::Ptr{Cptrdiff_t},
Expand Down

0 comments on commit e9186b0

Please sign in to comment.