Skip to content

Commit

Permalink
apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanmontoya committed Dec 6, 2024
1 parent e30025e commit e5bb517
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/equations/equations.jl
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,6 @@ performed by [`contravariant2global`](@ref).
"""
function global2contravariant end

# If no auxiliary variables are passed into the conversion to spherical coordinates, do not
# do any conversion.
@inline contravariant2global(u, ::AbstractEquations) = u

# cons2cons method which takes in unused aux_vars variable
@inline Trixi.cons2cons(u, aux_vars, ::AbstractEquations) = u

Check warning on line 136 in src/equations/equations.jl

View check run for this annotation

Codecov / codecov/patch

src/equations/equations.jl#L136

Added line #L136 was not covered by tests
@inline Trixi.prim2cons(u, aux_vars, ::AbstractEquations) = u
Expand Down

0 comments on commit e5bb517

Please sign in to comment.