Skip to content

Commit

Permalink
fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanmontoya committed Oct 12, 2024
1 parent b8dc13a commit 2b475d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/equations/equations.jl
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ end
return 0.5f0 * (flux_ll + flux_rr)
end

# Version for suface flux (only one set of indices)
# Version for surface flux (only one set of indices)
@inline function Trixi.flux_central(u_ll, u_rr,
orientation_or_normal_direction,
equations::AbstractCovariantEquations{2},
Expand Down

0 comments on commit 2b475d5

Please sign in to comment.