Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielDoehring committed Mar 19, 2024
1 parent 9fcbb04 commit 90ef9a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_p4est_2d.jl
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ end
du_ode = similar(u_ode)
@test (@allocated Trixi.rhs!(du_ode, u_ode, semi, t)) < 1000
end

u_ode = copy(sol.u[end])
du_ode = zero(u_ode) # Just a placeholder in this case

Expand Down

0 comments on commit 90ef9a8

Please sign in to comment.