Skip to content

Commit

Permalink
Avoid need to define a term. (modelica#3152)
Browse files Browse the repository at this point in the history
* Avoid need to define a term.
The term "simulator" was used twice, and unclear if both were correct.
* Update chapters/introduction.tex
Co-authored-by: Henrik Tidefelt <henrikt@wolfram.com>
  • Loading branch information
HansOlsson committed Apr 26, 2022
1 parent 29d7587 commit c968870
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions chapters/annotations.tex
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ \section{Simulations}\label{annotations-for-simulations}\label{simulations}
\hline
\hline
\lstinline!experiment! & Simulation experiment settings & \Cref{modelica:experiment}\\
\lstinline!HideResult! & Don't show component's simulator result & \Cref{modelica:HideResult}\\
\lstinline!HideResult! & Don't show component's simulation result & \Cref{modelica:HideResult}\\
\lstinline!TestCase! & Information for model used as test case & \Cref{modelica:TestCase}\\
\hline
\end{tabular}
Expand Down Expand Up @@ -417,7 +417,7 @@ \section{Simulations}\label{annotations-for-simulations}\label{simulations}
"HideResult" "=" ( false | true )
\end{lstlisting}\end{synopsis}
\begin{semantics}
\lstinline!HideResult = true! defines that the model developer proposes to not show the simulator results of the corresponding component.
\lstinline!HideResult = true! defines that the model developer proposes to not show the simulation results of the corresponding component.

\lstinline!HideResult = false! defines that the developer proposes to show the corresponding component.

Expand Down
1 change: 0 additions & 1 deletion chapters/introduction.tex
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ \section{Some Definitions}\label{some-definitions}
% - translation (for phrases such as "during translation")
% - deprecated
% - quality of implementation
% - simulator

\section{Notation}\label{notation}

Expand Down

0 comments on commit c968870

Please sign in to comment.