Skip to content

Commit

Permalink
Fix trailing WS.
Browse files Browse the repository at this point in the history
  • Loading branch information
HansOlsson committed Sep 2, 2021
1 parent d3f6c14 commit 28d3dbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapters/classes.tex
Expand Up @@ -346,7 +346,7 @@ \subsection{Component Variability Prefixes discrete, parameter, constant}\label{
\item
A \emph{discrete-time} variable \lstinline!vd! is a variable declared with the \lstinline!discrete!\indexinline{discrete} prefix, or a variable without any prefix that is not a continuous-time variable.
It has a vanishing time derivative between events.
Note that this is not the same as saying that \lstinline!der(vd)=0! almost everywhere, as the derivative is not even defined at the events, and it is not legal to apply \lstinline!der! to discrete-time variables as they are not continuous.
Note that this is not the same as saying that \lstinline!der(vd)=0! almost everywhere, as the derivative is not even defined at the events, and it is not legal to apply \lstinline!der! to discrete-time variables as they are not continuous.
During transient analysis the variable can only change its value at event instants (see \cref{events-and-synchronization}).
\item
A \emph{continuous-time} variable is a \lstinline!Real! variable without any prefix that is not assigned in a \lstinline!when!-clause.
Expand Down

0 comments on commit 28d3dbc

Please sign in to comment.