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 f5515dc commit 97791d9Copy full SHA for 97791d9
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