Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielDoehring committed Mar 22, 2024
1 parent e521e09 commit 5c4c001
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/equations/compressible_navier_stokes.jl
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,4 @@ struct GradientVariablesEntropy end
"""
dynamic_viscosity(u, equations) = dynamic_viscosity(u, equations.mu, equations)
dynamic_viscosity(u, mu::Real, equations) = mu
dynamic_viscosity(u, mu::T, equations) where {T} = mu(u, equations)
dynamic_viscosity(u, mu::T, equations) where {T} = mu(u, equations)

0 comments on commit 5c4c001

Please sign in to comment.