Skip to content

Commit

Permalink
Update test/test_tree_1d_euler.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Hendrik Ranocha <[email protected]>
  • Loading branch information
jlchan and ranocha authored Jun 10, 2024
1 parent f11a71e commit b95c314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_tree_1d_euler.jl
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ end
@trixi_testset "test_quasi_1D_entropy" begin
a = 0.9
u_1D = SVector(1.1, 0.2, 2.1)
u_quasi_1D = SVector(a * 1.1, a * .2, a * 2.1, a)
u_quasi_1D = SVector(a * 1.1, a * 0.2, a * 2.1, a)
@test entropy(u_quasi_1D, CompressibleEulerEquationsQuasi1D(1.4)) a * entropy(u_1D, CompressibleEulerEquations1D(1.4))
end

Expand Down

0 comments on commit b95c314

Please sign in to comment.