Skip to content

Commit

Permalink
Fix formatting of 'if-clause'
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikt-ma committed Nov 7, 2022
1 parent c7631f7 commit fcc3649
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapters/dae.tex
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ \chapter{Modelica DAE Representation}\label{modelica-dae-representation}
\begin{enumerate}
\item\label{perform-simulation-integrate}
The DAE \eqref{eq:dae} is solved by a numerical integration method.
In this phase the conditions $c$ of the if- and \lstinline!when!-clauses, as well as the discrete-time variables $z$ and $m$ are kept constant.
In this phase the conditions $c$ of the \lstinline!if!- and \lstinline!when!-clauses, as well as the discrete-time variables $z$ and $m$ are kept constant.
Therefore, \eqref{eq:dae} is a continuous function of continuous variables and the most basic requirement of numerical integrators is fulfilled.
\item
During integration, all relations from \eqref{eq:crossing} are monitored.
Expand Down

0 comments on commit fcc3649

Please sign in to comment.