Skip to content

Commit

Permalink
Merge pull request #2753 from modelica/henrikt-ma-patch-3
Browse files Browse the repository at this point in the history
Array declarations can't have zero dimensions
  • Loading branch information
HansOlsson committed Dec 7, 2020
2 parents e21070a + bc3bb99 commit 98e7ad4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion chapters/arrays.tex
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,11 @@ \section{Array Declarations}\label{array-declarations}

% IMPROVETOP
\begin{table}[H]
\caption{General forms of declaration of arrays. The notation \lstinline!EB! stands for an enumeration type or \lstinline!Boolean!. The general array array can have zero or more dimensions ($k \geq 0$).}
\caption{%
General forms of declaration of arrays.
The notation \lstinline!EB! stands for an enumeration type or \lstinline!Boolean!.
The general array array can have one or more dimensions ($k \geq 1$).
}
\begin{center}
\begin{tabular}{l l c l l}
\hline
Expand Down

0 comments on commit 98e7ad4

Please sign in to comment.