Skip to content

Commit

Permalink
White-space
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikt-ma committed May 9, 2022
1 parent daf3de6 commit 1b43882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapters/dae.tex
Expand Up @@ -100,7 +100,7 @@ \chapter{Modelica DAE Representation}\label{modelica-dae-representation}
\begin{lstlisting}[language=modelica]
model M
discrete Real x(start = 1.0, fixed = true);
discrete Real y(start=0.0, fixed=true);
discrete Real y(start = 0.0, fixed = true);
equation
when sample(1.0, 1.0) then
y = x ^ 2 + 2 * exp(-time);
Expand Down

0 comments on commit 1b43882

Please sign in to comment.