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 aa5a610 commit 8e82f03Copy full SHA for 8e82f03
lib/NonlinearSolveBase/src/verbosity.jl
@@ -305,16 +305,3 @@ end
305
end
306
307
308
-function Base.getproperty(verbosity::NonlinearVerbosity, name::Symbol)
309
- # Check if this is a group name
310
- if name === :error_control
311
- return group_options(verbosity, :error_control)
312
- elseif name === :performance
313
- return group_options(verbosity, :performance)
314
- elseif name === :numerical
315
- return group_options(verbosity, :numerical)
316
- else
317
- # Fall back to default field access
318
- return getfield(verbosity, name)
319
- end
320
-end
0 commit comments