From fe9952fcf5d3d5f6281d80493b4e4130262f2786 Mon Sep 17 00:00:00 2001 From: Joshua Lampert Date: Thu, 9 Jan 2025 10:03:17 +0100 Subject: [PATCH] fix rendering --- src/dispersion_relation.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dispersion_relation.jl b/src/dispersion_relation.jl index 2efc17d4..4937dc83 100644 --- a/src/dispersion_relation.jl +++ b/src/dispersion_relation.jl @@ -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).