You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update copyright year.
* Add new revision section.
* Update status for MCPs.
(Yes, I know that the tag doesn't yet exist - but I think this is easier.)
* Adding new index entries.
There are a lot more things we could add, but these are primarily adding new indices for existing entries (even if they are very different).
* Use smarter macro and give hints for finding pull requests.
* Clean up introduction, sentence based lines and skip www.
---------
Co-authored-by: Henrik Tidefelt <[email protected]>
|Active|0035|Multilingual support of Modelica|[MCP/0035](https://github.com/modelica/ModelicaSpecification/tree/MCP/0035/RationaleMCP/0035)|https://github.com/modelica/ModelicaSpecification/pull/2956|
27
+
|Accepted in [3.6](https://github.com/modelica/ModelicaSpecification/releases/tag/v3.6)|0035|Multilingual support of Modelica|[MCP/0035](https://github.com/modelica/ModelicaSpecification/tree/MCP/0035/RationaleMCP/0035)|https://github.com/modelica/ModelicaSpecification/pull/2956|
|Added in [3.5](https://github.com/modelica/ModelicaSpecification/releases/tag/v3.5)|0033|Annotations for Predefined Plots|[MCP/0033](https://github.com/modelica/ModelicaSpecification/tree/MCP/0033/RationaleMCP/0033)||
30
-
|Active|0032|Selective Model Extension|[MCP/0032](https://github.com/modelica/ModelicaSpecification/tree/MCP/0032/RationaleMCP/0032)|https://github.com/modelica/ModelicaSpecification/pull/3166|
30
+
|Accepted in [3.6](https://github.com/modelica/ModelicaSpecification/releases/tag/v3.6)|0032|Selective Model Extension|[MCP/0032](https://github.com/modelica/ModelicaSpecification/tree/MCP/0032/RationaleMCP/0032)|https://github.com/modelica/ModelicaSpecification/pull/3166|
31
31
|Active|0031|Flat Modelica and MLS modularization|[MCP/0031](https://github.com/modelica/ModelicaSpecification/tree/MCP/0031/RationaleMCP/0031)|
|Accepted in [3.6](https://github.com/modelica/ModelicaSpecification/releases/tag/v3.6)|0009|Undefined modification|[MCP/0009](https://github.com/modelica/ModelicaSpecification/tree/MCP/0009/RationaleMCP/0009)|https://github.com/modelica/ModelicaSpecification/pull/3167|
Copy file name to clipboardExpand all lines: chapters/copyright.tex
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
Copyright \textcopyright{} 1998-2021, Modelica Association (\url{https://modelica.org})
1
+
Copyright \textcopyright{} 1998-2023, Modelica Association (\url{https://modelica.org})
2
2
3
3
All rights reserved.
4
4
Reproduction or use of editorial or pictorial content is permitted, i.e., this document can be freely distributed especially electronically, provided the copyright notice and these conditions are retained.
Modifications may contain the special keyword \lstinline!break! instead of an expression.
570
+
Modifications may contain the special keyword \lstinline!break!\index{break@\robustinline{break}!removing modifier} instead of an expression.
571
571
The intention of \lstinline!break! is to remove the value.
572
572
573
573
The modifiers using \lstinline!break! are merged using the same rule as other modifications, and follow the same restrictions so they cannot override a final modifier.
@@ -1149,7 +1149,8 @@ \subsection{Annotations for Redeclaration and Modification}\label{annotation-cho
\section{Selective Model Extension}\label{selective-model-extension}
1152
+
1153
+
\section{Selective Model Extension}\label{selective-model-extension}\index{deselection!selective model extension}
1153
1154
\begin{nonnormative}
1154
1155
The goal of selective model extension is to enable unforeseen structural variability without requiring deliberately prepared base-models, \textcite{Buerger2019SelectiveModel}.
1155
1156
@@ -1167,6 +1168,7 @@ \section{Selective Model Extension}\label{selective-model-extension}
1167
1168
$\ldots$
1168
1169
end C;
1169
1170
\end{lstlisting}
1171
+
\index{break@\robustinline{break}!deselection}
1170
1172
The semantic rules are:
1171
1173
\begin{enumerate}
1172
1174
\item The deselection \lstinline!break $D$! is applied before any other, non selective model extension related, modifications of \lstinline!B! in \lstinline!C!.
The model can be analyzed in ways other than simulation, e.g., linearization, and parameter estimation, but they are not described in the specification.
0 commit comments