From 4bcbee3dcc8618dd8e71c04854420a38e3190df1 Mon Sep 17 00:00:00 2001 From: bennibolm Date: Mon, 4 Dec 2023 15:56:26 +0100 Subject: [PATCH] fmt --- src/equations/compressible_euler_2d.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/equations/compressible_euler_2d.jl b/src/equations/compressible_euler_2d.jl index 1214efc39e1..f5e7087f71a 100644 --- a/src/equations/compressible_euler_2d.jl +++ b/src/equations/compressible_euler_2d.jl @@ -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)