Skip to content

Commit

Permalink
remove orientation_or_normal from Steger-Warming
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewwinters5000 authored Mar 6, 2024
1 parent 43fd5b1 commit c11af11
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/equations/compressible_euler_2d.jl
Original file line number Diff line number Diff line change
Expand Up @@ -710,10 +710,8 @@ function signature with argument `which` set to `Val{:minus}()` or `Val{:plus}()
"""
@inline function splitting_steger_warming(u, orientation::Integer,
equations::CompressibleEulerEquations2D)
fm = splitting_steger_warming(u, Val{:minus}(), orientation_or_normal_direction,
equations)
fp = splitting_steger_warming(u, Val{:plus}(), orientation_or_normal_direction,
equations)
fm = splitting_steger_warming(u, Val{:minus}(), orientation, equations)
fp = splitting_steger_warming(u, Val{:plus}(), orientation, equations)
return fm, fp
end

Expand Down

0 comments on commit c11af11

Please sign in to comment.