Skip to content

Commit 2b9f6e5

Browse files
fix
1 parent 933e069 commit 2b9f6e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/solvers/dgsem_tree/dg_1d.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ function rhs!(du, u, t,
6969
boundary_conditions, source_terms::Source,
7070
dg::DG, cache) where {Source}
7171
# Reset du
72-
@trixi_timeit timer() "reset ∂u/∂t" reset_du!(du, dg, cache)
72+
@trixi_timeit timer() "reset ∂u/∂t" set_zero!(du, dg, cache)
7373

7474
# Calculate volume integral
7575
@trixi_timeit timer() "volume integral" begin

0 commit comments

Comments
 (0)