Skip to content
Open
Changes from all 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
2 changes: 1 addition & 1 deletion chapters/functions.tex
Original file line number Diff line number Diff line change
Expand Up @@ -2120,7 +2120,7 @@ \subsubsection{Records}\label{records}
A Modelica record class is mapped as follows:
\begin{itemize}
\item
The record class is represented by a struct in C.
The record class is represented by a tagged struct in C.
A definition of the struct may be specified using the annnotations in \cref{annotations-for-c-mapping-of-records}.
\item
Each component of the Modelica record is mapped to its corresponding C representation.
Expand Down