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 d931014 commit 4a36505Copy full SHA for 4a36505
src/_sysstate.jl
@@ -13,7 +13,7 @@ of tether particles.
13
14
$(TYPEDFIELDS)
15
"""
16
-Base.@kwdef mutable struct SysState{P}
+@with_kw_noshow mutable struct SysState{P}
17
"time since start of simulation [s]"
18
time::Float64 = 0
19
"time needed for one simulation timestep [s]"
src/build.jl
@@ -25,7 +25,7 @@ of tether particles.
25
26
\$(TYPEDFIELDS)
27
\"\"\"
28
-Base.@kwdef mutable struct SysState{P}"""
+@with_kw_noshow mutable struct SysState{P}"""
29
FOOTER = "end"
30
inputfile = joinpath("src", "sysstate.yaml")
31
outputfile = joinpath("src", "_sysstate.jl")
0 commit comments