Skip to content

Commit

Permalink
Revert bad formatting inside listing
Browse files Browse the repository at this point in the history
Co-authored-by: Hans Olsson <HansOlsson@users.noreply.github.com>
  • Loading branch information
henrikt-ma and HansOlsson committed May 11, 2021
1 parent 1f34dee commit fc646cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapters/classes.tex
Expand Up @@ -390,7 +390,7 @@ \subsection{Component Variability Prefixes discrete, parameter, constant}\label{

\begin{lstlisting}[language=modelica]
model PiecewiseConstantReals
discrete Real xd1 "Must be assigned in a \lstinline!when!-clause, discrete-time";
discrete Real xd1 "Must be assigned in a when-clause, discrete-time";
Real xd2 "Assigned in a \lstinline!when!-clause (below) and thus discrete-time";
Real xc3 "Not discrete-time, but piecewise constant";
Real x4 "Piecewise constant, but changes between events";
Expand Down

0 comments on commit fc646cd

Please sign in to comment.