Skip to content

Commit

Permalink
remove extra space
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewwinters5000 committed Mar 5, 2024
1 parent a8cf691 commit a622fb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/equations/numerical_fluxes.jl
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ end
equations::AbstractEquations{2})
@unpack splitting = numflux
f_tilde_m = splitting(u_rr, Val{:minus}(), normal_direction, equations)
f_tilde_p = splitting(u_ll, Val{:plus}() , normal_direction, equations)
f_tilde_p = splitting(u_ll, Val{:plus}(), normal_direction, equations)
return f_tilde_m + f_tilde_p
end

Expand Down

0 comments on commit a622fb6

Please sign in to comment.