Skip to content

Commit 5bf6574

Browse files
committed
FDS Tech Guide: fix equation formatting
1 parent fc2ee63 commit 5bf6574

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Manuals/FDS_Technical_Reference_Guide/Wildland_Chapter.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ \subsection{Numerical Method}
149149
\end{equation}
150150
If we take the example of the face $i+\frac{1}{2}$ then
151151
\begin{gather}
152-
\phi_{\rm local} = \phi_{i+1, j}-\phi_{i, j}
152+
\phi_{\rm local} = \phi_{i+1, j}-\phi_{i, j} \\[6pt]
153153
\phi_{\rm upwind}= \begin{cases}
154154
\phi_{i, j}-\phi_{i-1, j} & \quad R_x > 0 \\[6pt]
155155
\phi_{i+2, j}-\phi_{i+1, j} & \quad R_x < 0

0 commit comments

Comments
 (0)