Skip to content

Commit

Permalink
Run formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
Arpit-Babbar committed Feb 14, 2024
1 parent 77d2103 commit bc04f60
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,7 @@ amr_callback = AMRCallback(semi, amr_controller,
adapt_initial_condition_only_refine = true)

callbacks = CallbackSet(summary_callback, analysis_callback, alive_callback, save_solution,
stepsize_callback, amr_callback
)
stepsize_callback, amr_callback)

###############################################################################
# run the simulation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
# Structured and Unstructured Grid Methods (2016)
# [https://ntrs.nasa.gov/citations/20160003623] (https://ntrs.nasa.gov/citations/20160003623)


using Downloads: download
using OrdinaryDiffEq
using Trixi
Expand Down

0 comments on commit bc04f60

Please sign in to comment.