Skip to content

Commit

Permalink
UseInlineCode
Browse files Browse the repository at this point in the history
  • Loading branch information
HansOlsson committed Jul 12, 2021
1 parent aade9f5 commit a839edc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapters/equations.tex
Expand Up @@ -824,7 +824,7 @@ \section{Initialization, initial equation, and initial algorithm}\label{initiali
\item A missing initial value of a discrete-time variable which does not influence the simulation result, may be automatically set to the \lstinline!start! value or its default without informing the user.
For example, variables assigned in a \lstinline!when!-clause which are not accessed outside of the \lstinline!when!-clause and where \lstinline!pre! is not explicitly used on these variables, do not have an effect on the simulation.
\item A \lstinline!start!-attribute that is not fixed may be treated as fixed with a diagnostics.
\item A consistent start-value or initial equation may be removed with a message/warning.
\item A consistent \lstinline!start!-value or initial equation may be removed with a message/warning.
\item Tools must not change the initialization in a way that does not satisfy the initial equations and fixed start-values.
\end{itemize}
\end{nonnormative}
Expand Down

0 comments on commit a839edc

Please sign in to comment.