Skip to content

Commit

Permalink
Added empty lines at the end of elixirs for formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
amrueda committed Nov 6, 2023
1 parent 1f85e98 commit db51600
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/tree_1d_dgsem/elixir_mhdmultiion_es.jl
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ callbacks = CallbackSet(summary_callback,
sol = solve(ode, CarpenterKennedy2N54(williamson_condition = false),
dt = 1.0, # solve needs some value here but it will be overwritten by the stepsize_callback
save_everystep = false, callback = callbacks);
summary_callback() # print the timer summary
summary_callback() # print the timer summary
2 changes: 1 addition & 1 deletion examples/tree_2d_dgsem/elixir_mhdmultiion_ec.jl
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ callbacks = CallbackSet(summary_callback,
sol = solve(ode, CarpenterKennedy2N54(williamson_condition = false),
dt = 1.0, # solve needs some value here but it will be overwritten by the stepsize_callback
save_everystep = false, callback = callbacks);
summary_callback() # print the timer summary
summary_callback() # print the timer summary
2 changes: 1 addition & 1 deletion examples/tree_2d_dgsem/elixir_mhdmultiion_rotor.jl
Original file line number Diff line number Diff line change
Expand Up @@ -155,4 +155,4 @@ callbacks = CallbackSet(summary_callback,
sol = solve(ode, CarpenterKennedy2N54(williamson_condition = false),
dt = 1.0, # solve needs some value here but it will be overwritten by the stepsize_callback
save_everystep = false, callback = callbacks);
summary_callback() # print the timer summary
summary_callback() # print the timer summary

0 comments on commit db51600

Please sign in to comment.