Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clarify further. #3616

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions chapters/stream.tex
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ \section{Definition of Stream Connectors}\label{definition-of-stream-connectors}
Connection equations with stream variables are generated in a model when using \lstinline!inStream! or \lstinline!actualStream!,
see \cref{stream-operator-instream-and-connection-equations} and \cref{stream-operator-actualstream}.
\end{itemize}
The variable(s) with \lstinline!stream! and \lstinline!flow! prefix must be directly in the connector (possibly inherited) and not in a sub-connector.
HansOlsson marked this conversation as resolved.
Show resolved Hide resolved

\begin{example}
\begin{lstlisting}[language=modelica]
Expand Down