Skip to content

Commit

Permalink
Remove excessive 'has'
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikt-ma committed Dec 18, 2020
1 parent 399f530 commit d0c1acd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapters/annotations.tex
Expand Up @@ -349,7 +349,7 @@ \section{Annotations for Code Generation}\label{annotations-for-code-generation}
\end{nonnormative}

\begin{example}
When a parameter has \lstinline!Evaluate = true! has for optimization reasons (not because it needs to be structural), it is possible to prevent the value from being determined during translation without modifying the original model:
When a parameter has \lstinline!Evaluate = true! for optimization reasons (not because it needs to be structural), it is possible to prevent the value from being determined during translation without modifying the original model:
\begin{lstlisting}[language=modelica]
model M_structural
/* Here, 'b' is structural, and will be evaluated. */
Expand Down

0 comments on commit d0c1acd

Please sign in to comment.