Skip to content

Commit

Permalink
Don't write that model and class are the same
Browse files Browse the repository at this point in the history
  • Loading branch information
HansOlsson committed Feb 13, 2020
1 parent cad3760 commit 1380aec
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions chapters/classes.tex
Expand Up @@ -824,8 +824,7 @@ \section{Specialized Classes}\doublelabel{specialized-classes}
and type.\\ \hline
\lstinline!type! & May only be predefined types, enumerations, array of
type, or classes extending from type.\\ \hline
\lstinline!model! & Identical to \lstinline!class!, the basic class concept, i.e., no
restrictions and no enhancements.\\ \hline
\lstinline!model! & The normal modeling class in Modelica.\\ \hline
\lstinline!block! & Same as \lstinline!model! with the restriction that each connector
component of a \lstinline!block! must have prefixes \lstinline!input! and/or \lstinline!output! for all
connector variables. {[}\emph{The purpose is to model input/output
Expand Down

0 comments on commit 1380aec

Please sign in to comment.