Skip to content

Commit

Permalink
Update src/equations/compressible_euler_quasi_1d.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Doehring <[email protected]>
  • Loading branch information
KrisshChawla and DanielDoehring authored Nov 25, 2023
1 parent 72eb0e0 commit b49a388
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 @@ -198,7 +198,7 @@ are available in the paper:
end

# Calculate 1D flux for a single point
@inline function Trixi.flux(u, orientation::Integer,
@inline function flux(u, orientation::Integer,
equations::CompressibleEulerEquationsQuasi1D)
a_rho, a_rho_v1, a_e, a = u
rho, v1, p, a = cons2prim(u, equations)
Expand Down

0 comments on commit b49a388

Please sign in to comment.