Skip to content

Commit

Permalink
Simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
HansOlsson committed Jan 4, 2022
1 parent f17afd9 commit 0bf6ffd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chapters/statements.tex
Expand Up @@ -26,7 +26,7 @@ \subsection{Initial Algorithm Sections}\label{initial-algorithm-sections}
See \cref{initialization-initial-equation-and-initial-algorithm} for a description of both initial algorithm sections and
initial equation sections.

\subsection{Execution of an algorithm in a model}\label{execution-of-an-algorithm-in-a-model}
\subsection{An algorithm in a model}\label{execution-of-an-algorithm-in-a-model}\label{an-algorithm-in-a-model}

An algorithm section is conceptually a code fragment that remains together and the statements of an algorithm section are executed in the order of appearance.
Whenever an algorithm section is invoked, all variables appearing on the left hand side of the assignment operator \lstinline!:=! are initialized (at least conceptually):
Expand Down Expand Up @@ -64,7 +64,7 @@ \subsection{Execution of an algorithm in a model}\label{execution-of-an-algorith
This is usually the case, except for algorithms with \lstinline!when!-statements, and especially for initial algorithms.
\end{nonnormative}

\subsection{Execution of the algorithm in a function}\label{execution-of-the-algorithm-in-a-function}
\subsection{The algorithm in a function}\label{execution-of-the-algorithm-in-a-function}\label{the-algorithm-in-a-function}

See \crefnameref{initialization-and-binding-equations-of-components-in-functions}.

Expand Down

0 comments on commit 0bf6ffd

Please sign in to comment.