Skip to content

Commit 87f1faf

Browse files
committed
add silen t option
1 parent d9a7442 commit 87f1faf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/MTKCasADiDynamicOptExt.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ function DiffEqBase.solve(prob::CasADiDynamicOptProblem, solver::Union{String, S
337337
@unpack opti, U, V, tₛ = model
338338

339339
opti = add_solve_constraints(prob, tableau)
340-
silent && solver_options["print_level"] = 0
340+
silent && (solver_options["print_level"] = 0)
341341
solver!(opti, "$solver", plugin_options, solver_options)
342342

343343
failed = false

0 commit comments

Comments
 (0)