Skip to content

Commit

Permalink
another small bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
simone-silvestri committed Jun 25, 2024
1 parent de8cf4a commit b5166cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Auxiliaries/Auxiliaries.jl
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ function increase_simulation_Δt!(simulation; cutoff_time = 20days, new_Δt = 2m

@eval begin
$increase_Δt!(simulation) = simulation.Δt = $new_Δt
callback = Callback($increase_Δt!, SpecifiedTimes(cutoff_time))
callback = Callback($increase_Δt!, SpecifiedTimes($cutoff_time))
end

simulation.callbacks[increase_Δt!] = callback
Expand Down

0 comments on commit b5166cb

Please sign in to comment.