Skip to content

Commit

Permalink
fix rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaLampert committed Jan 9, 2025
1 parent f22eb9c commit fe9952f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dispersion_relation.jl
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Compute the wave speed ``c`` for a given wavenumber ``k`` using the
[`LinearDispersionRelation`](@ref) `disp_rel`
of the `equations`.
The wave speed is given by ``c = \omega(k) / k``. If `normalize` is `true`, the wave speed is normalized
by the shallow water wave speed ``\sqrt{g h0}``, where `g` is the gravity constant and `h0` is the reference
by the shallow water wave speed ``\sqrt{g h_0}``, where `g` is the gravity constant and `h0` is the reference
water height of the dispersion relation.
See also [`LinearDispersionRelation`](@ref).
Expand Down

0 comments on commit fe9952f

Please sign in to comment.