diff --git a/chapters/stream.tex b/chapters/stream.tex index 4eb3b0457..a2fc94c20 100644 --- a/chapters/stream.tex +++ b/chapters/stream.tex @@ -249,9 +249,8 @@ \section{Stream Operator inStream and Connection Equations}\doublelabel{stream-o equation system identically (upto the usual numerical accuracy), provided the absolute value of every flow variable in the connection set is greater than a small value - ($\abs{m_{1}\text{\lstinline!.c.m_flow!}} > \text{\lstinline!eps!}$ and - $\abs{m_{2}\text{\lstinline!.c.m_flow!}} > \text{\lstinline!eps!}$ and \ldots and - $\abs{c_{M}\text{\lstinline!.m_flow!}} > \text{\lstinline!eps!}$). + ($\abs{m_{i}\text{\lstinline!.c.m_flow!}} > \text{\lstinline!eps!}$ for $1 \leq i \leq N$ and + $\abs{c_{i}\text{\lstinline!.m_flow!}} > \text{\lstinline!eps!}$ for $1 \leq i \leq M$). \end{enumerate} \begin{nonnormative}