Skip to content

Commit 7951974

Browse files
committed
fix typo (- instead of +). Closes issue #2
1 parent 226520a commit 7951974

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

TODO

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,3 +154,9 @@ http://tex.stackexchange.com/questions/172475/how-can-i-define-a-custom-tcolorbo
154154

155155

156156
http://www.scriptscoop2.com/t/e6de0140d668/counters-for-chapter-and-section-environments-when-using-tcolorbox-for.html
157+
158+
159+
http://tex.stackexchange.com/questions/254401/use-the-exercise-environment-from-legrand-book-template
160+
161+
http://www.latextemplates.com/template/the-legrand-orange-book
162+

advection/advection.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -941,7 +941,7 @@ \section{Multi-dimensional advection}
941941
the average over the face of the zone with the flux at the center of the face. Then we have:
942942
\begin{equation}
943943
a_{i,j}^{n+1} = a_{i,j}^n - \Delta t \left [
944-
\frac{(ua)_{i+\myhalf,j}^{n+\myhalf} - (ua)_{i-\myhalf,j}^{n+\myhalf}}{\Delta x} -
944+
\frac{(ua)_{i+\myhalf,j}^{n+\myhalf} - (ua)_{i-\myhalf,j}^{n+\myhalf}}{\Delta x} +
945945
\frac{(va)_{i,j+\myhalf}^{n+\myhalf} - (va)_{i,j-\myhalf}^{n+\myhalf}}{\Delta y} \right ]
946946
\end{equation}
947947

0 commit comments

Comments
 (0)