Skip to content

Commit

Permalink
TrailingSpace
Browse files Browse the repository at this point in the history
  • Loading branch information
HansOlsson committed Dec 15, 2020
1 parent f0856ab commit fa78677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapters/functions.tex
Expand Up @@ -1775,7 +1775,7 @@ \subsubsection{Arrays}\label{arrays-1}

Arrays are by default stored in row-major order when calling C functions and in column-major order when calling FORTRAN~77 functions. These defaults can be overridden by the \lstinline!arrayLayout! annotation. See the example below.

The table below shows the mapping of an array argument in the absence of an explicit external function call when calling a C function.
The table below shows the mapping of an array argument in the absence of an explicit external function call when calling a C function.
The type \lstinline!T! is allowed to be any of the simple types which can be passed to C as
defined in \cref{simple-types} or a record type as defined in
\cref{records} and it is mapped to the type \lstinline!T'! as defined in these sections
Expand Down

0 comments on commit fa78677

Please sign in to comment.