Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
amrueda committed Nov 21, 2023
1 parent 2942c79 commit b89e333
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/solvers/dgsem_tree/dg_2d.jl
Original file line number Diff line number Diff line change
Expand Up @@ -172,13 +172,13 @@ function rhs!(du, u, t,

# Calculate source terms
@trixi_timeit timer() "source terms" begin
if size(cache.elements.node_coordinates,1) == 3
if size(cache.elements.node_coordinates, 1) == 3
calc_extended_sources!(du, u, t, source_terms, equations, dg, cache)
else
calc_sources!(du, u, t, source_terms, equations, dg, cache)
end
end

return nothing
end

Expand Down

0 comments on commit b89e333

Please sign in to comment.