Skip to content

Commit

Permalink
Fix kwdef
Browse files Browse the repository at this point in the history
  • Loading branch information
blegat committed Nov 16, 2023
1 parent a3b4caa commit 79cce07
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 @@ -7,7 +7,7 @@ function solve_sdpa_file(file)
end

# Default values taken from `SDPLR-1.03-beta/source/params.c`
@kwdef struct Parameters
Base.@kwdef struct Parameters
#inputtype = 1
rho_f::Cdouble = 1.0e-5
rho_c::Cdouble = 1.0e-1
Expand Down

0 comments on commit 79cce07

Please sign in to comment.