Skip to content

Commit

Permalink
Merge pull request modelica#2493 from HansOlsson/ModelClass
Browse files Browse the repository at this point in the history
Don't write that model and class are the same
  • Loading branch information
HansOlsson committed Feb 27, 2020
2 parents 6d4a511 + 1380aec commit 29b6c89
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions chapters/classes.tex
Original file line number Diff line number Diff line change
Expand Up @@ -821,8 +821,7 @@ \section{Specialized Classes}\doublelabel{specialized-classes}
or 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 29b6c89

Please sign in to comment.