diff --git a/Project.toml b/Project.toml index a8cc5d4..365399e 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "UltraDark" uuid = "1c8d022d-dfc0-4b41-80ab-3fc7e88cdfea" authors = ["Nathan Musoke "] -version = "0.9.2" +version = "0.9.3" [deps] AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c" diff --git a/src/UltraDark.jl b/src/UltraDark.jl index e301762..8403ee3 100644 --- a/src/UltraDark.jl +++ b/src/UltraDark.jl @@ -165,7 +165,7 @@ function take_steps!(grids, t_start, Δt, n, output_config, a, constants, extern output_summary_row(grids, output_config, t, a(t), Δt, constants, external_states) end - outer_step!(Δt / 2, grids, constants) + outer_step!(Δt / 2, grids, constants; a = a(t)) for s in external_states outer_step!(Δt / 2, grids, constants, s; a = a(t)) end