We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c1108e commit fdc5b49Copy full SHA for fdc5b49
lib/NonlinearSolveBase/src/verbosity.jl
@@ -103,7 +103,7 @@ end
103
mutable struct NonlinearNumericalVerbosity
104
threshold_state::Verbosity.Type
105
pinv_undefined::Verbosity.Type
106
- function NonlinearNumericalVerbosity(;
+ function NonlinearNumericalVerbosity(
107
threshold_state = nonlinear_verbosity_defaults[:threshold_state],
108
pinv_undefined = nonlinear_verbosity_defaults[:pinv_undefined])
109
new(threshold_state, pinv_undefined)
0 commit comments