Skip to content

Commit

Permalink
Missing type specifier in example (modelica#3303)
Browse files Browse the repository at this point in the history
* Missing type specifier in example
Missing type specifier in the example for Removing modifiers.
* Restore newline at end of file
Co-authored-by: Henrik Tidefelt <henrikt@wolfram.com>
  • Loading branch information
eshmoylova committed Dec 9, 2022
1 parent 96c00d7 commit 87ad62c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chapters/inheritance.tex
Expand Up @@ -608,7 +608,7 @@ \subsection{Removing Modifiers -- break}\label{removing-modifiers-break}
\begin{lstlisting}
model A
parameter Real diameter = 1;
final parameter radius = diameter / 2;
final parameter Real radius = diameter / 2;
end A;

model B "Initial equation for diameter"
Expand Down Expand Up @@ -1270,4 +1270,4 @@ \section{Selective Model Extension}\label{selective-model-extension}
\end{lstlisting}
In this case the deselection removes all of the connect-statements.
\end{example}
\end{nonnormative}
\end{nonnormative}

0 comments on commit 87ad62c

Please sign in to comment.