Skip to content

Commit

Permalink
Update src/equations/compressible_euler_quasi_1d.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielDoehring authored Dec 2, 2023
1 parent fa9687a commit aaadbc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/equations/compressible_euler_quasi_1d.jl
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ as defined in [`initial_condition_convergence_test`](@ref).
@inline function source_terms_convergence_test(u, x, t,
equations::CompressibleEulerEquationsQuasi1D)
# Same settings as in `initial_condition_convergence_test`.
#Derivatives calculated with ForwardDiff.jl
# Derivatives calculated with ForwardDiff.jl
c = 2
A = 0.1
L = 2
Expand Down

0 comments on commit aaadbc8

Please sign in to comment.