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.
2 parents 46e2d32 + d021f2e commit 925a3f8Copy full SHA for 925a3f8
lib/NonlinearSolveBase/src/abstract_types.jl
@@ -10,11 +10,11 @@ function reinit! end
10
function reinit_self! end
11
12
function reinit!(x::Any; kwargs...)
13
- @debug "`InternalAPI.reinit!` is not implemented for $(typeof(x))."
+ #@debug "`InternalAPI.reinit!` is not implemented for $(typeof(x))."
14
return
15
end
16
function reinit_self!(x::Any; kwargs...)
17
- @debug "`InternalAPI.reinit_self!` is not implemented for $(typeof(x))."
+ #@debug "`InternalAPI.reinit_self!` is not implemented for $(typeof(x))."
18
19
20
0 commit comments