Skip to content

Commit

Permalink
Remove two stray paragraph breaks
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikt-ma committed Aug 4, 2020
1 parent 0a7e487 commit 4f69819
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion chapters/arrays.tex
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,6 @@ \subsection{Array Constructor with Iterators}\doublelabel{array-constructor-with
\begin{lstlisting}[language=modelica]
IDENT in array_expression
\end{lstlisting}

the loop-variable, \lstinline!IDENT!, is in scope inside expression in the array construction. The loop-variable may hide other variables, as in for-clauses. The loop-variable has the same type as
the type of the elements of \lstinline!array_expression!; and can be simple type as well as a record type. The loop-variable will have the same type for the entire loop --- i.e., for an
\lstinline!array_expression! \lstinline!{1, 3.2}! the iterator will have the type of the type-compatible expression (\lstinline!Real!) for all iterations. For deduction of ranges, see
Expand Down
1 change: 0 additions & 1 deletion chapters/functions.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1540,7 +1540,6 @@ \subsection{Partial Derivatives of Functions}\doublelabel{partial-derivatives-of
\begin{lstlisting}[language=grammar]
IDENT "=" der "(" name "," IDENT { "," IDENT } ")" comment
\end{lstlisting}

is the partial derivative of a function, and may only be used as
declarations of functions.

Expand Down

0 comments on commit 4f69819

Please sign in to comment.