Skip to content

Commit

Permalink
Update chapters/classes.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 Jul 1, 2022
1 parent f9dc606 commit 4e0a79a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapters/classes.tex
Expand Up @@ -227,7 +227,7 @@ \subsubsection{Prefix Rules}\label{prefix-rules}
Variables declared with the \lstinline!stream! type prefix shall be a subtype of \lstinline!Real!.
This is further restricted in \cref{definition-of-stream-connectors}.

Variables declared with the \lstinline!input! type prefix cannot also have the prefix \lstinline!parameter! or \lstinline!constant!.
Variables declared with the \lstinline!input! type prefix must not also have the prefix \lstinline!parameter! or \lstinline!constant!.

The type prefix \lstinline!flow! of a component that is not a primitive element (see \cref{primitive-elements}), is also applied to the elements of the component (this is done after verifying that the type prefixes occurring on elements of the component are correct).
Primitive elements with the \lstinline!flow! type prefix shall be a subtype of \lstinline!Real! or an operator record defining an additive group, see \cref{generation-of-connection-equations}.
Expand Down

0 comments on commit 4e0a79a

Please sign in to comment.