Skip to content

Commit

Permalink
fix reference height in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaLampert committed Jan 8, 2025
1 parent e7d1802 commit 040768b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/dispersion.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ relation of the full wave system is given by

In DispersiveShallowWater.jl, we can investigate the dispersion relations of the different equations. Let us
plot the wave speeds of the different equations normalized by the shallow water wave speed ``c_0`` as a function
of the wave number. We pick a reference water height of ``h_0 = 1.0`` and gravitational acceleration of ``g = 9.81``.
of the wave number. We pick a reference water height of ``h_0 = 0.8`` and gravitational acceleration of ``g = 9.81``.

```@example dispersion
using DispersiveShallowWater
Expand Down

0 comments on commit 040768b

Please sign in to comment.