Skip to content

Commit

Permalink
Fix missing formatting of "T"
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikt-ma committed Oct 26, 2022
1 parent 82aec37 commit c7aee92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapters/functions.tex
Original file line number Diff line number Diff line change
Expand Up @@ -2108,7 +2108,7 @@ \subsubsection{Arrays}\label{arrays-1}

The method used to pass array arguments to FORTRAN~77 functions in the absence of an explicit external function call is similar to the one defined above for C: first the address of the array, then the dimension sizes as integers.
See the table below.
The type T is allowed to be any of the simple types which can be passed to FORTRAN~77 as defined in \cref{simple-types} and it is mapped to the type $T'$ as defined in that section.
The type \lstinline!T! is allowed to be any of the simple types which can be passed to FORTRAN~77 as defined in \cref{simple-types} and it is mapped to the type $T'$ as defined in that section.

\begin{center}
\begin{tabular}{l|l}
Expand Down

0 comments on commit c7aee92

Please sign in to comment.