Skip to content

Commit

Permalink
Fix assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
lxmota committed Feb 5, 2025
1 parent e59c595 commit 6015a56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/simulation.jl
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ function MultiDomainSimulation(params::Dict{String,Any})
subparams["CSV output interval"] = csv_interval
subsim = SingleDomainSimulation(subparams)
if subsim.integrator.time_step time_step
same_step == false
same_step = false
end
params[domain_name] = subsim.params
subsim_type =
Expand Down

0 comments on commit 6015a56

Please sign in to comment.