Skip to content

Commit

Permalink
fix stuff gone wrong when formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ranocha committed Aug 8, 2024
1 parent c6824e7 commit c245c78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/equations/serre_green_naghdi_flat_1d.jl
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ function rhs_sgn_flat_central!(dq, q, equations, source_terms, cache)
@trixi_timeit timer() "hyperbolic terms" begin
# Compute all derivatives required below
(; h_x, v_x, h2_x, hv_x, v2_x, h2_v_vx_x,
M_h, M_h3_3) = cache
h_vx_x, p_x, tmp, M_h, M_h3_3) = cache

mul!(h_x, D, h)
mul!(v_x, D, v)
Expand Down

0 comments on commit c245c78

Please sign in to comment.