Skip to content

Commit

Permalink
as keyword arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
milankl committed Jan 15, 2025
1 parent bbda439 commit 01967a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models/simulation.jl
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ function run!(
period::Period = Day(10),
output::Bool = false,
)
initialize!(simulation, period, output) # scaling, initialize output, store initial conditions
initialize!(simulation; period, output) # scaling, initialize output, store initial conditions
time_stepping!(simulation) # run it, yeah!
finalize!(simulation) # unscale, finalize output, write restart file, finalize callbacks

Expand Down

0 comments on commit 01967a7

Please sign in to comment.