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 444ce71 commit 35cb0dfCopy full SHA for 35cb0df
lib/NonlinearSolveBase/src/NonlinearSolveBase.jl
@@ -38,7 +38,7 @@ include("public.jl")
38
include("utils.jl")
39
include("verbosity.jl")
40
41
-const nonlinear_verbose = ScopedValue(NonlinearVerbosity())
+const nonlinear_verbose = ScopedValue{Union{NonlinearVerbosity{true}, NonlinearVerbosity{false}}}()
42
43
include("abstract_types.jl")
44
include("common_defaults.jl")
0 commit comments