We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8ac171 commit fecce3eCopy full SHA for fecce3e
1 file changed
chapters/functions.tex
@@ -2120,7 +2120,7 @@ \subsubsection{Records}\label{records}
2120
A Modelica record class is mapped as follows:
2121
\begin{itemize}
2122
\item
2123
- The record class is represented by a struct in C.
+ The record class is represented by a tagged struct in C.
2124
A definition of the struct may be specified using the annotations in \cref{annotations-for-c-mapping-of-records}.
2125
2126
Each component of the Modelica record is mapped to its corresponding C representation.
0 commit comments