Skip to content

Commit 08c1d03

Browse files
Update src/callbacks_step/stepsize.jl
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 181f405 commit 08c1d03

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/callbacks_step/stepsize.jl

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,8 +202,9 @@ function calc_max_scaled_speed(backend::Nothing, u, mesh, constant_speed, equati
202202
return max_scaled_speed
203203
end
204204

205-
function calc_max_scaled_speed(backend::Backend, u, ::MeshT, constant_speed, equations, dg,
206-
cache) where {MeshT}
205+
function calc_max_scaled_speed(backend::Backend, u, ::MeshT, constant_speed, equations,
206+
dg,
207+
cache) where {MeshT}
207208
@unpack contravariant_vectors, inverse_jacobian = cache.elements
208209

209210
num_elements = nelements(dg, cache)

0 commit comments

Comments
 (0)