Skip to content

Commit

Permalink
Apply suggestions from code review
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 Nov 14, 2023
1 parent b2d805d commit ccc48b3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions chapters/annotations.tex
Expand Up @@ -385,13 +385,12 @@ \section{Annotations for Simulations}\label{annotations-for-simulations}
\begin{annotationdefinition}[experiment]

\begin{synopsis}
The \fmtannotationindex{experiment} annotation has the following contents:
\begin{lstlisting}[language=modelica]
record experiment
Real StartTime(unit = "s") = 0;
Real StopTime(unit = "s");
Real Interval(unit = "s");
Real Tolerance;
Real Tolerance(unit = "1");
end experiment;
\end{lstlisting}
\end{synopsis}
Expand Down

0 comments on commit ccc48b3

Please sign in to comment.