Skip to content

Commit

Permalink
As suggested: non-discrete-time.
Browse files Browse the repository at this point in the history
  • Loading branch information
HansOlsson committed May 1, 2021
1 parent 38deeb6 commit 3b9ec5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapters/equations.tex
Expand Up @@ -761,7 +761,7 @@ \section{Initialization, initial equation, and initial algorithm}\label{initiali
The equations and assignments in these initial sections are purely algebraic, stating constraints between the variables at the initial time instant.
It is not allowed to use when-clauses in these sections.
\item
For a non-discrete \lstinline!Real! variable \lstinline!vc!, the equation \lstinline!pre(vc) = vc! is added to the initialization equations.
For a non-discrete-time \lstinline!Real! variable \lstinline!vc!, the equation \lstinline!pre(vc) = vc! is added to the initialization equations.
\begin{nonnormative}
If \lstinline!pre(vc)! is not present in the flattened model, a tool may choose not to introduce this equation, or if it was introduced
it can eliminate it (to avoid the introduction of many dummy variables \lstinline!pre(vc)!).
Expand Down

0 comments on commit 3b9ec5b

Please sign in to comment.