Skip to content

Commit 6a28dbb

Browse files
committed
fix typo pointed out by Alankar Dutta
1 parent 3b6dc62 commit 6a28dbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

finite-volume/finite-volume.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ \section{Numerical implementation details}
368368
onto multidimensional arrays. For the cell-average data, a typical
369369
array would be dimensioned as
370370
\begin{lstlisting}[language=Python]
371-
ilo = nx
371+
ilo = ng
372372
ihi = nx + ng - 1
373373
state = np.zeros((nx + 2*ng, nvar))
374374
\end{lstlisting}

0 commit comments

Comments
 (0)