Skip to content

Commit

Permalink
Merge pull request modelica#3029 from henrikt-ma/cleanup/remove-smoot…
Browse files Browse the repository at this point in the history
…h-parameter-p

Remove unused parameter 'p' in example for 'smooth'
  • Loading branch information
HansOlsson committed Nov 15, 2021
2 parents d316e16 + 337034f commit 569efb2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion chapters/operatorsandexpressions.tex
Expand Up @@ -1235,7 +1235,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 569efb2

Please sign in to comment.