Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielDoehring committed Jun 5, 2024
1 parent da4ced6 commit 749c670
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/solvers/dgsem_tree/dg_1d_parabolic.jl
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ end
function calc_gradient!(gradients, u_transformed, t,
mesh::TreeMesh{1}, equations_parabolic,
boundary_conditions_parabolic, dg::DG, cache, cache_parabolic,
element_range = eachelement(dg, cache)
element_range = eachelement(dg, cache),
interface_range = eachinterface(dg, cache),
boundary_range = eachboundary(dg, cache))

Expand Down

0 comments on commit 749c670

Please sign in to comment.