Skip to content

Commit

Permalink
Closes #2203
Browse files Browse the repository at this point in the history
Clarified reinit
  • Loading branch information
HansOlsson committed May 10, 2019
1 parent 8e82588 commit 68d1bce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapters/operatorsandexpressions.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1157,7 +1157,7 @@ \subsection{Event-Related Operators with Function Syntax}\doublelabel{event-rela

% reinit
\lstinline!reinit(x, expr)! & In the body of a when clause, reinitializes \lstinline!x! with
\lstinline!expr! at an event instant. \lstinline!x! is a Real variable (or an array of Real variables) that is implicitly defined to have \lstinline!StateSelect.always!
\lstinline!expr! at an event instant. \lstinline!x! is a scalar or array Real variable that is implicitly defined to have \lstinline!StateSelect.always!
{[}\emph{so must be selected as a state, and it is an error, if
this is not possible}{]}. \lstinline!expr! needs to be type-compatible with \lstinline!x!. The
reinit operator can only be applied once for the same variable - either
Expand Down

0 comments on commit 68d1bce

Please sign in to comment.