Skip to content

Commit

Permalink
Remove unused parameter 'p' in example for 'smooth'
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikt-ma committed Nov 12, 2021
1 parent 35011c3 commit 337034f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion chapters/operatorsandexpressions.tex
Expand Up @@ -1231,7 +1231,6 @@ \subsection{Event-Related Operators with Function Syntax}\label{event-related-op
\begin{example}
\begin{lstlisting}[language=modelica]
Real x, y, z;
parameter Real p;
equation
x = if time < 1 then 2 else time - 2;
z = smooth(0, if time < 0 then 0 else time);
Expand Down

0 comments on commit 337034f

Please sign in to comment.