Skip to content

Commit

Permalink
Revert irrelevent change in TrixiConvexECOSExt.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
warisa-r committed Jul 9, 2024
1 parent 75de088 commit 58fabb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/TrixiConvexECOSExt.jl
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ function Trixi.bisect_stability_polynomial(consistency_order, num_eig_vals,
"reltol_inacc" => 5e-5,
"nitref" => 9,
"maxit" => 100,
"verbose" => 3); silent_solver = true)
"verbose" => 3); silent = true)

abs_p = problem.optval

Expand Down

0 comments on commit 58fabb7

Please sign in to comment.