Skip to content

Commit 6e82efc

Browse files
committed
fix docs
1 parent 1fb0445 commit 6e82efc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/dingemans.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ hysgn = HyperbolicSerreGreenNaghdiEquations1D(bathymetry_type = bathymetry_mild_
289289
# and the SGN equation.
290290

291291
hysm = HyperbolicSainteMarieEquations1D(bathymetry_type = bathymetry_mild_slope,
292-
gravity = 9.81, eta0 = 0.8)
292+
gravity = 9.81, eta0 = 0.8, h0 = 0.8)
293293

294294
initial_condition = initial_condition_dingemans
295295
boundary_conditions = boundary_condition_periodic

0 commit comments

Comments
 (0)