Skip to content
Snippets Groups Projects
Commit 511984de authored by Florian Atteneder's avatar Florian Atteneder
Browse files

fix call to broadcast in callbacks.jl

parent 1e809492
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !71. Comments created here will be created in the context of that merge request.
......@@ -74,7 +74,7 @@ function callback_hrsc(state_u, state_t, env, P, isperiodic, hrsc::HRSC.Abstract
@unpack mu, max_v = get_cell_variables(cache)
@unpack v = get_static_variables(cache)
@unpack rho = get_dynamic_variables(cache)
dg1d.new_broadcast_volume!(maxspeed, equation, cache)
dg1d.new_broadcast_volume!(maxspeed, equation, mesh)
Npts, K = layout(mesh)
mat_max_v = reshape(view(v, :), (Npts, K))
for k = 1:K
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment