From 4a57b9d6a2e1e082d53573a8f63623af8f26452b Mon Sep 17 00:00:00 2001 From: Henrik Tidefelt Date: Fri, 8 May 2026 08:39:27 +0200 Subject: [PATCH] Be explicit about the struct being tagged --- chapters/functions.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapters/functions.tex b/chapters/functions.tex index e61058e47..35d259a5b 100644 --- a/chapters/functions.tex +++ b/chapters/functions.tex @@ -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.