Skip to content

Commit

Permalink
Feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
HansOlsson committed Dec 16, 2020
1 parent 854e62f commit 7a838d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapters/arrays.tex
@@ -1,7 +1,7 @@
\chapter{Arrays}\label{arrays}

A non-record array can be regarded as a collection of type compatible values, \cref{type-compatible-expressions}.
An array of records may contain scalar record values whose elements different in their dimension sizes, but apart from that they must be of the same type.
An array of records may contain scalar record values whose elements differ in their dimension sizes, but apart from that they must be of the same type.
Such heterogenous arrays may only be used completely, sliced as specified, or indexed.
An array of arrays must have the same dimension sizes for all of the arrays (with the same exception for records).
Modelica arrays can be multidimensional and are ``rectangular'',
Expand Down

0 comments on commit 7a838d4

Please sign in to comment.