Skip to content

Commit

Permalink
Remove spurious/strange paragraph breaks
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikt-ma committed Jul 6, 2020
1 parent 7de7439 commit 1e62d0e
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions chapters/equations.tex
Original file line number Diff line number Diff line change
Expand Up @@ -244,10 +244,7 @@ \subsubsection{Defining When-Equations by If-Expressions in Equality Equations}\
v2 = expr2;
end when;
\end{lstlisting}

is conceptually equivalent to the following equations containing special
if-expressions

is conceptually equivalent to the following equations containing special if-expressions
\begin{lstlisting}[language=modelica]
// Not correct Modelica
Boolean b(start=x.start>2);
Expand Down Expand Up @@ -923,8 +920,7 @@ \section{Initialization, initial equation, and initial algorithm}\doublelabel{in
y = a*pre(y) + b*u;
y = pre(y);
\end{lstlisting}

With the solution:
with the solution:
\begin{lstlisting}[language=modelica]
y := (b*u)/(1-a)
pre(y) := y;
Expand Down

0 comments on commit 1e62d0e

Please sign in to comment.