Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
The typo is mentioned in modelica#2953, but is not the point of the issue.
  • Loading branch information
henrikt-ma committed Aug 10, 2021
1 parent 0a7f2f7 commit 7e0acd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapters/operatorsandexpressions.tex
Expand Up @@ -796,7 +796,7 @@ \subsubsection{delay}\label{delay}
For real-time simulation where fixed step size integrators are used, this information is sufficient to allocate the necessary storage for the internal buffer before the simulation starts.
For variable step size integrators, the buffer size is dynamic during integration.
In principle, \lstinline!delay! could break algebraic loops.
For simplicity, this is not supported because the minimum delay time has to be give as additional argument to be fixed at compile time.
For simplicity, this is not supported because the minimum delay time has to be given as additional argument to be fixed at compile time.
Furthermore, the maximum step size of the integrator is limited by this minimum delay time in order to avoid extrapolation in the delay buffer.
\end{nonnormative}

Expand Down

0 comments on commit 7e0acd9

Please sign in to comment.