Skip to content

Commit

Permalink
Applied autoformatter.
Browse files Browse the repository at this point in the history
  • Loading branch information
iomsn committed Feb 15, 2024
1 parent c098a51 commit 21717ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/callbacks_step/glm_speed.jl
Original file line number Diff line number Diff line change
Expand Up @@ -80,13 +80,13 @@ end
# Make sure we can handle multiple semidiscretizationis in coupled simulations.
if length(semi_indices) == 0
semis = tuple(semi)
semi_indices = (1)
semi_indices = (1)
else
semis = semi.semis
end

for semi_index in semi_indices
semi = semis[semi_index]
semi = semis[semi_index]
mesh, equations, solver, cache = mesh_equations_solver_cache(semi)

# compute time step for GLM linear advection equation with c_h=1 (redone due to the possible AMR)
Expand Down

0 comments on commit 21717ba

Please sign in to comment.