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 c557298 commit d225aefCopy full SHA for d225aef
src/settings.jl
@@ -1,6 +1,6 @@
1
Base.@kwdef struct Settings
2
- tidyup_tol::Ref{Float64} = 1e-14
3
- auto_tidyup::Ref{Bool} = true
+ tidyup_tol::RefValue{Float64} = 1e-14
+ auto_tidyup::RefValue{Bool} = true
4
end
5
6
function Base.show(io::IO, s::Settings)
0 commit comments