@@ -9,15 +9,15 @@ nonlinear_verbosity_defaults = Dict(
9
9
:sparsity_using_jac_prototype => Verbosity. Warn (),
10
10
:sparse_matrixcolorings_not_loaded => Verbosity. Warn (),
11
11
:alias_u0_immutable => Verbosity. Warn (),
12
- :linsovle_failed_noncurrent => Verbosity. Warn (),
12
+ :linsolve_failed_noncurrent => Verbosity. Warn (),
13
13
:jacobian_free => Verbosity. Warn (),
14
14
:termination_condition => Verbosity. Warn (),
15
15
:threshold_state => Verbosity. Warn (),
16
16
:pinv_undefined => Verbosity. Warn ()
17
17
)
18
18
19
19
20
- struct NonlinearErrorControlVerbosity
20
+ mutable struct NonlinearErrorControlVerbosity
21
21
immutable_u0:: Verbosity.Type
22
22
non_enclosing_interval:: Verbosity.Type
23
23
non_forward_mode:: Verbosity.Type
@@ -64,7 +64,7 @@ function NonlinearErrorControlVerbosity(verbose::Verbosity.Type)
64
64
end
65
65
end
66
66
67
- struct NonlinearPerformanceVerbosity
67
+ mutable struct NonlinearPerformanceVerbosity
68
68
colorvec_non_sparse:: Verbosity.Type
69
69
colorvec_no_prototype:: Verbosity.Type
70
70
sparsity_using_jac_prototype:: Verbosity.Type
0 commit comments