Skip to content

Commit

Permalink
Update chapters/connectors.tex
Browse files Browse the repository at this point in the history
Co-authored-by: Henrik Tidefelt <henrikt@wolfram.com>
  • Loading branch information
HansOlsson and henrikt-ma committed Aug 24, 2023
1 parent 9ac0b5c commit 28cb60e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapters/connectors.tex
Expand Up @@ -384,7 +384,7 @@ \section{Generation of Connection Equations}\label{generation-of-connection-equa
\begin{lstlisting}[language=modelica]
connect(a, b);
\end{lstlisting}
one connection set is generated for every pair of corresponding primitive components of \lstinline!a! and \lstinline!b! together with an indication of whether they are from an inside or an outside connector.
a connection set is generated for each pair of corresponding primitive components of \lstinline!a! and \lstinline!b! together with an indication of whether they are from an inside or an outside connector.
\begin{definition}[Primitive elements]\label{primitive-elements}\index{primitive element}\index{element!primitive}
The primitive elements are of simple types or of types defined as \lstinline!operator record! (i.e., a component of an \lstinline!operator record! type is not split into sub-components).
\end{definition}
Expand Down

0 comments on commit 28cb60e

Please sign in to comment.