Skip to content

Commit

Permalink
Applied autoformatter on 2d multicomponent Euler equations.
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCan committed Nov 20, 2023
1 parent 16507a5 commit 08637af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/equations/compressible_euler_multicomponent_2d.jl
Original file line number Diff line number Diff line change
Expand Up @@ -666,7 +666,8 @@ end
return λ_min, λ_max
end

@inline function rotate_to_x(u, normal_vector, equations::CompressibleEulerMulticomponentEquations2D)
@inline function rotate_to_x(u, normal_vector,
equations::CompressibleEulerMulticomponentEquations2D)
# cos and sin of the angle between the x-axis and the normalized normal_vector are
# the normalized vector's x and y coordinates respectively (see unit circle).
c = normal_vector[1]
Expand Down

0 comments on commit 08637af

Please sign in to comment.