Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielDoehring committed Mar 18, 2024
1 parent 4a3deda commit a1da64e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/tree_1d_dgsem/elixir_advection_PERK2.jl
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ stepsize_callback = StepsizeCallback(cfl = 2.5)
alive_callback = AliveCallback(alive_interval = 1)

# Create a CallbackSet to collect all callbacks such that they can be passed to the ODE solver
callbacks = CallbackSet(summary_callback,
callbacks = CallbackSet(summary_callback,
alive_callback,
analysis_callback,
stepsize_callback)
Expand Down

0 comments on commit a1da64e

Please sign in to comment.