Skip to content

Commit

Permalink
Update chapters/connectors.tex
Browse files Browse the repository at this point in the history
Co-authored-by: Elena Shmoylova <eshmoylova@users.noreply.github.com>
  • Loading branch information
HansOlsson and eshmoylova committed Aug 14, 2023
1 parent d6e6ac1 commit 08b8ac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapters/connectors.tex
Original file line number Diff line number Diff line change
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}
each of their primitive components will generate one connection set comprised of the corresponding primitive components of \lstinline!a! and \lstinline!b! together with an indication of whether they are from an inside or an outside connector.
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.
\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 08b8ac9

Please sign in to comment.