Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
bennibolm committed Dec 4, 2023
1 parent f894bd5 commit 4bcbee3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/equations/compressible_euler_2d.jl
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ end
# Function to compute the outer state of the characteristics-based boundary condition. This function is called by all mesh types.
@inline function calc_characteristic_boundary_value_function(outer_boundary_value_function,
u_inner, srho, vn, x, t,
equations::CompressibleEulerEquations2D)
equations::CompressibleEulerEquations2D)
# get pressure and Mach from state
p = pressure(u_inner, equations)
a = sqrt(equations.gamma * p * srho)
Expand Down

0 comments on commit 4bcbee3

Please sign in to comment.