Skip to content

Commit

Permalink
Fix whitespace in the code
Browse files Browse the repository at this point in the history
  • Loading branch information
sjoelund committed Oct 4, 2019
1 parent 6db1c0c commit 826d18c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chapters/equations.tex
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,7 @@ \section{Events and Synchronization}\doublelabel{events-and-synchronization}
\end{lstlisting}

\emph{During continuous integration always the same if-branch is
evaluated. The integration is halted whenever}\lstinline!u-uMax! \emph{or} \lstinline!u-uMin!
evaluated. The integration is halted whenever} \lstinline!u-uMax! \emph{or} \lstinline!u-uMin!
\emph{crosses zero. At the event instant, the correct if-branch is
selected and the integration is restarted.}

Expand Down Expand Up @@ -739,7 +739,7 @@ \section{Events and Synchronization}\doublelabel{events-and-synchronization}
algorithm
when fastSample then
ticks := if pre(ticks) < 5 then pre(ticks)+1 else 0;
slowSample := pre(ticks) == 0;
slowSample := pre(ticks) == 0;
end when;
algorithm
when fastSample then // fast sampling
Expand Down

0 comments on commit 826d18c

Please sign in to comment.