Skip to content

Commit

Permalink
Break oversize listing line in actualStream definition
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikt-ma committed Dec 16, 2021
1 parent fb23c08 commit 1fb0349
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion chapters/stream.tex
Expand Up @@ -367,7 +367,8 @@ \section{Stream Operator actualStream}\label{stream-operator-actualstream}
contains a stream variable \lstinline!h_outflow! which is associated with a flow
variable \lstinline!m_flow! in the same connector \lstinline!c!:
\begin{lstlisting}[language=modelica]
actualStream(c.h_outflow) = if c.m_flow > 0 then inStream(c.h_outflow) else c.h_outflow;
actualStream(c.h_outflow) =
if c.m_flow > 0 then inStream(c.h_outflow) else c.h_outflow;
\end{lstlisting}

\begin{nonnormative}
Expand Down

0 comments on commit 1fb0349

Please sign in to comment.