Skip to content

Commit b1b07fe

Browse files
authored
Fix equations rendering in split_explicit_timesteppers.jl (#5285)
1 parent f0a394f commit b1b07fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Models/HydrostaticFreeSurfaceModels/SplitExplicitFreeSurfaces/split_explicit_timesteppers.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ The equations are evolved as follows:
1111
```math
1212
\\begin{gather}
1313
U^{m+1} = U^m - Δτ (∂_x η^m - G^U), \\\\
14-
V^{m+1} = V^m - Δτ (∂_y η^m - G^V).
15-
η^{m+1} = η^m - Δτ (∂_x U^{m+1} + ∂_y V^{m+1}), \\\\
14+
V^{m+1} = V^m - Δτ (∂_y η^m - G^V), \\\\
15+
η^{m+1} = η^m - Δτ (∂_x U^{m+1} + ∂_y V^{m+1}).
1616
\\end{gather}
1717
```
1818
"""

0 commit comments

Comments
 (0)